/PRODIGY_ML_01

Here Ridge regression is used to predict house price using sklearn library.

Primary LanguageJupyter Notebook

Here we used Sklearn Linear Regression Library to create a model based on the given data in train.csv file. Here l2 normalization trick is used. For more info, refer to sklearn documentation