Skip to content

Latest commit

 

History

History
executable file
·
272 lines (245 loc) · 58.7 KB

README.md

File metadata and controls

executable file
·
272 lines (245 loc) · 58.7 KB

Introduction to Data Science

Instructor: Renato Rocha Souza

This is the repository of code for the "Introduction to Data Science"

This class is about the Data Science process, in which we seek to gain useful predictions and insights from data. Through real-world examples and code snippets, we introduce methods for:

  • data munging, scraping, sampling andcleaning in order to get an informative, manageable data set;
  • data storage and management in order to be able to access data (even if big data);
  • exploratory data analysis (EDA) to generate hypotheses and intuition about the data;
  • prediction based on statistical learning tools;
  • communication of results through visualization, stories, and interpretable summaries

Detailed Syllabus:

We are using https://git-lfs.github.com because the /datasets files can be large. Install it before the git clone.