-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add additional metadata to the columns, dataset and benchmark #65
Conversation
…visualized in the Hub
Worth noting that we will also have the size of the dataset (in bytes), but I will save this on the Hub side since the Hub already receives this information anyways. |
Quick! Change from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Cas.
It looks good to me.
I have only one minor comment.
Changelogs
Metadata for benchmarks
sklearn
'stype_of_target()
.Metadata for datasets
Misc
pandas.DataFrame
. E.g.dataset[row, col]
ordataset[:, "smiles"]
.Checklist:
feature
,fix
ortest
(or ask a maintainer to do it for you).