ml basic knowledge practice_regression problem

1 Task Description

Use the following dataset to do house price predicting work.

  1. https://www.kaggle.com/vikrishnan/boston-house-prices
  2. https://github.com/datasets/house-prices-uk

Details: design a model to do house price predicting work. Linear Regression models including basic linear model based on polynomial, Ridge Regression, Lasso Regression and regression model based Decision Tree must be implemented. Regression models based on SVM and Deep Learning is optional.