reading-notes

Code Fellows courses Notes

This project is maintained by QamarAlkhatib

Machine Learning Intro

Data Science Primer

data science primer will cover exploratory analysis, data cleaning, feature engineering, algorithm selection, and model training

data model

As you can see, those chunks make up 80% of the pie. They also set the foundation for more advanced techniques.

chapter 1:

chapter 2: Exploratory Analysis

chapter 3: Data Cleaning

This includes duplicate or irrelevant observations.

They are:

Chapter 4:

Feature engineering is about creating new input features from your existing ones.

You can isolate and highlight key information, which helps your algorithms «focus» on what’s important.