Add supported frameworks (#186)

This commit is contained in:
pollfly 2022-02-20 10:40:14 +02:00 committed by GitHub
parent 7ebadec563
commit c20b8c5b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,10 @@ Just follow the [getting started](/getting_started/ds/ds_first_steps.md) to auto
- [fastai](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fastai) - [fastai](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fastai)
- [lightgbm](https://github.com/allegroai/clearml/tree/master/examples/frameworks/lightgbm) - [lightgbm](https://github.com/allegroai/clearml/tree/master/examples/frameworks/lightgbm)
- [XGBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/xgboost) - [XGBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/xgboost)
- [MegEngine](https://github.com/allegroai/clearml/tree/master/examples/frameworks/megengine)
- [CatBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/catboost)
- [Hydra](https://github.com/allegroai/clearml/tree/master/examples/frameworks/hydra) - [Hydra](https://github.com/allegroai/clearml/tree/master/examples/frameworks/hydra)
- [python-fire](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fire)
**HPO** **HPO**
- [Optuna](https://github.com/allegroai/clearml/tree/master/examples/optimization/hyper-parameter-optimization) - [Optuna](https://github.com/allegroai/clearml/tree/master/examples/optimization/hyper-parameter-optimization)