MATH/COSC 3570 Introduction to Data Science
You’ve learned a lot in this course!
Data importing > wrangling > visualization > statistical machine learning > reporting
If you want to learn advanced machine learning,
If you want to be a professional data scientist,
Stay positive and keep learning!
team <- c("GitClub", "ggplot3", "Ctrl + Alt + Elite",
"Big Meta Watchers", "Win Rs", "Red Pandas", "Data Dawgs")
set.seed(2024)
(present_order <- sample(team, size = 7, replace = FALSE))
[1] "ggplot3" "Win Rs" "Red Pandas"
[4] "Big Meta Watchers" "Ctrl + Alt + Elite" "GitClub"
[7] "Data Dawgs"
Every individual is welcome to ask questions to any group.
Every group asks as least one question about previous group’s project.
ggplot3: Leaflet: An Introduction to Geographic Data Visualization
Red Pandas: RGL: 3D Visualization of Trails
Big Meta Watchers: How to Use Data Science in Real-Life
Ctrl + Alt + Elite: Do you Believe in Magick?
GitClub: Web Development: Utilizing Quarto to Creat a Website
Data Dawgs: Datadawgs Take on College
Thank you!