Project 1: Decision Tree Classifier
- The goal: Build a Gender Classifier in 20 lines with parameters height, weight, shoe size
- Step 1: Give values to the parameters height, weight, shoe size for input data
- Step 2: Write the gender definition of the parameters for the output data
- Step 3: Use Decision Tree Classifier for training
Project 2: Linear Regression and Decision Tree Regressor
- The goal: Analysis, data processing, building machine learning models and evaluating their performance
- Step 1: Study and preparation of data
- Step 2: Model training
- Step 3: Model evaluation
- Step 4: Mini report