The codes presented in this repository is part of an article in Towards Data Science.
The sklearn and tensorflow versions are fixed in the requirements.txt file.
The data is obtained from Kaggle via https://www.kaggle.com/datasets/harlfoxem/housesalesprediction?resource=download.
We will fit a lasso and ridge models to predict the price of a house based on the features in the dataset.
Lasso and ridge will be implemeneted in sklearn and tensorflow.