Practice making machine learning models and implementing them.
- Pandas
- Used for Data Manipulation
- Numpy
- Used for Numerical
- MatPlotLib
- Used for Data Viz
- Scikit-Learn
- Used for actual Machine Learning
- Import the data
- Clean the data
- Split the data into two sets
- Training Set
- Testing Set
- Make Predictions
- Evaluate and Improve