Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update scikit-learn example dataset #352

Closed
raybellwaves opened this issue Sep 30, 2021 · 1 comment · Fixed by #354
Closed

update scikit-learn example dataset #352

raybellwaves opened this issue Sep 30, 2021 · 1 comment · Fixed by #354
Labels
good first issue Good for newcomers

Comments

@raybellwaves
Copy link
Member

https://xskillscore.readthedocs.io/en/stable/tabular-data.html

https://twitter.com/ogrisel/status/1442894248488046595?s=20

@raybellwaves raybellwaves added the good first issue Good for newcomers label Oct 1, 2021
@raybellwaves
Copy link
Member Author

raybellwaves commented Oct 5, 2021

https://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html is a good alternative

housing = fetch_california_housing(as_frame=True)
df = housing.frame
df["AveRooms"] = df["AveRooms"].round()
df = df.rename(columns={"MedHouseVal" :"y"})

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant