This directory contains 4 workflows.
Linear regression: predict house price. - Partition data into training and test set - Train a linear regression model - Apply the trained model to the test […]
Linear regression: predict house price. - Partition data into training and test set - Train a linear regression model - Apply the trained model to the test […]
Logistic Regression: predict wine color. - Normalize numerical columns - Partition the dataset into train and test set - Train a Logistic Regression […]
Logistic Regression: predict wine color. - Normalize numerical columns - Partition the dataset into train and test set - Train a Logistic Regression […]