Royi commited on
Commit
c65ce49
·
verified ·
1 Parent(s): 4d89104

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,5 +7,5 @@ A curation of datasets for educations purposes.
7
  ### California Housing
8
 
9
  Since SciKit Learn's [California Housing dataset](https://scikit-learn.org/stable/datasets/real_world.html#california-housing-dataset) often fails to download this is the Data Frame of the data in CSV format.
10
- By default [SciKit Learn use some pre processing](https://github.com/scikit-learn/scikit-learn/blob/d3898d9d57aeb1e960d266613a2e31b07bca39d7/sklearn/datasets/_california_housing.py#L208-L220) of the original data.
11
  This CSV is the data after the processing of SciKit Learn.
 
7
  ### California Housing
8
 
9
  Since SciKit Learn's [California Housing dataset](https://scikit-learn.org/stable/datasets/real_world.html#california-housing-dataset) often fails to download this is the Data Frame of the data in CSV format.
10
+ By default [SciKit Learn use some pre processing](https://github.com/scikit-learn/scikit-learn/blob/d3898d9d57aeb1e960d266613a2e31b07bca39d7/sklearn/datasets/_california_housing.py#L208-L220) of the [original data](https://web.archive.org/web/20250912205745/https://www.dcc.fc.up.pt/~ltorgo/Regression/cal_housing.html).
11
  This CSV is the data after the processing of SciKit Learn.