We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that the downloaded files are stored directly in a module of the package (at least for the figshare files) using the function get_data_dir.
get_data_dir
It would be a better practice to store the file in a home folder. In scikit-learn, we have these two functions that can help:
https://github.com/scikit-learn/scikit-learn/blob/fa8cd70bf33f4e64fed17d2952ffc7b900381e40/sklearn/datasets/_base.py#L35-L90
I assume that these functions could almost be reused as-is and just set the data_home properly for skrub.
data_home
skrub
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I see that the downloaded files are stored directly in a module of the package (at least for the figshare files) using the function
get_data_dir
.It would be a better practice to store the file in a home folder. In scikit-learn, we have these two functions that can help:
https://github.com/scikit-learn/scikit-learn/blob/fa8cd70bf33f4e64fed17d2952ffc7b900381e40/sklearn/datasets/_base.py#L35-L90
I assume that these functions could almost be reused as-is and just set the
data_home
properly forskrub
.The text was updated successfully, but these errors were encountered: