Icon

Chapter8_​Regression

This directory contains 4 workflows.

IconLinear_​Regression_​Exercise 

Linear regression: predict house price. - Partition data into training and test set - Train a linear regression model - Apply the trained model to the test […]

IconLinear_​Regression_​Solution 

Linear regression: predict house price. - Partition data into training and test set - Train a linear regression model - Apply the trained model to the test […]

IconLogistic_​Regression_​Exercise 

Logistic Regression: predict wine color. - Normalize numerical columns - Partition the dataset into train and test set - Train a Logistic Regression […]

IconLogistic_​Regression_​Solution 

Logistic Regression: predict wine color. - Normalize numerical columns - Partition the dataset into train and test set - Train a Logistic Regression […]