gizatechxyz / datasets

MIT License
5 stars 0 forks source link

label_feature #2

Closed EgeAtesalp closed 9 months ago

EgeAtesalp commented 9 months ago

Dataset Labels Implementation

Implemented label feature as an optional, predefined set of labels.

TODO

Search optionality in hub.py using labels.

Comments

Currently no testing is required since we create datasets as constants, but it will be required later on.

EgeAtesalp commented 9 months ago

Changed to list (dataset_labels still a set to enforce uniqueness, thought this is the best of both worlds but can change.) Also, should I add search with labels in hub.py?

franalgaba commented 9 months ago

Changed to list (dataset_labels still a set to enforce uniqueness, thought this is the best of both worlds but can change.) Also, should I add search with labels in hub.py?

No need for now :)