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/')
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/')