chasinginfinity / ml-from-scratch

Machine Learning algorithms implemented in Python from scratch
156 stars 535 forks source link

may you help find this data file home_data used in your Lasso_Regression code #11

Open Sandy4321 opened 3 years ago

Sandy4321 commented 3 years ago

may you help find this data file used in https://github.com/wiqaaas/youtube/blob/master/Machine_Learning_from_Scratch/Lasso_Regression/Lasso_Regression_using_Coordinate_Descent.ipynb

Dataset is from house sales in King County, the region where the city of Seattle, WA is located.

In [2]: sales = turicreate.SFrame('home_data.sframe/')

Sandy4321 commented 3 years ago

is it https://www.kaggle.com/harlfoxem/housesalesprediction

also can you use pandas , since turicreate can not be used on windows and majority have windows