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
feat: Integrate AutoML libraries and manage availability
This commit introduces support for several popular AutoML libraries into the ml_grid framework, including AutoGluon, TPOT, FLAML, and AutoKeras.
Key changes:
- The model class list now dynamically checks for the availability of these libraries and only enables the corresponding classifiers if the libraries are installed.
- Added the new classifier classes to the central `MODEL_CLASS_MAP` for robust lookup.
- Updated the default model dictionary to include the new AutoML models, with their inclusion controlled by their availability.
- The CI configuration has been updated to disable these resource-intensive models during automated test runs.
Additionally, the deprecated `ShapeDTW` classifier has been removed from the time-series model list to align with recent changes in the 'aeon' library.
0 commit comments