You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datasets allows users to create and register custom features.
However if datasets are then pushed to the hub, this means that anyone calling load_dataset without registering the custom Features in the same way as the dataset creator will get an error message.
It would be nice to offer a fallback in this case.
Steps to reproduce the bug
load_dataset("alex-hh/custom-features-example")
(Dataset creation process - must be run in separate session so that NewFeature isn't registered in session in which download is attempted:)
It would be nice, and offer greater extensibility, if there was some kind of graceful fallback mechanism in place for cases where user-defined features are stored in the dataset but not available locally.
Environment info
3.0.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Datasets allows users to create and register custom features.
However if datasets are then pushed to the hub, this means that anyone calling load_dataset without registering the custom Features in the same way as the dataset creator will get an error message.
It would be nice to offer a fallback in this case.
Steps to reproduce the bug
(Dataset creation process - must be run in separate session so that NewFeature isn't registered in session in which download is attempted:)
Expected behavior
It would be nice, and offer greater extensibility, if there was some kind of graceful fallback mechanism in place for cases where user-defined features are stored in the dataset but not available locally.
Environment info
3.0.2
The text was updated successfully, but these errors were encountered: