openml / openml-python

Python module to interface with OpenML
https://openml.github.io/openml-python/main/
Other
279 stars 143 forks source link

Allow unknown task types on the server #1216

Closed mfeurer closed 1 year ago

mfeurer commented 1 year ago

This change prevents new task types from crashing the Python API, as the new task type ID would not be part of the ENUM, causing a ValueError.