Question: Exercise 3. (20 points) Consider the training data on canvas (winequality-red.csv): 1. Using scikit-learn, then, build a regression model that predicts the quality of wine

Exercise 3. (20 points) Consider the training data on canvas (winequality-red.csv): 1. Using scikit-learn, then, build a regression model that predicts the quality of wine using any machine learning algorithms and report the training set error by sharing your Jupyter notebook. Your answer needs to obtain the RMSE (root-mean-square-error) score of at most 0.625. 2. Now, using Jupyter Notebook and Python, build a regression model that predicts the quality of wine using any machine learning algorithms and report the training result by showing all codes and execution result (e.g., screenshot of Jupyter notebook page). You may need to implement the regression model. Your answer needs to obtain the RMSE (root-mean-square-error) score of at most 0.625
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
