-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
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
fetch metafeatures option in fetch_data #12
Comments
I believe that's captured in #3. |
not as a criteria though... an actual list of the types of each feature. |
Oh, I see. How would we accomplish that? Scrape from the README? |
Any progress on this? It shouldn't be much work using the metadata file of each dataset. I can create a draft pull request, something like: dataset, metadata = fetch_data('adult', return_medadata=True) However, I'm not sure what information should be included in the metadata... I can think of three possible options:
|
Thanks for this note @rrunix. 🙏🏽 🙌🏽 @JDRomano2 would be the contact at this point, but if I may chime in: yes, a PR would be most welcome. My suggestion would be that the argument |
It would be nice to add an option to fetch feature types from fetch_data.
The text was updated successfully, but these errors were encountered: