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
Maybe we should list_datasets(status='active') and if a dataset_id from the iterable of dataset_ids that we want to check is in the results, we can mark it as True, otherwise False.
openml-python/openml/datasets/functions.py
Lines 295 to 296 in 3dc6dee
Maybe we should
list_datasets(status='active')and if adataset_idfrom the iterable ofdataset_idsthat we want to check is in the results, we can mark it as True, otherwise False.