From c20b8c5b0cc8bb618ea4e0dddc1baa42ec75c894 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 20 Feb 2022 10:40:14 +0200 Subject: [PATCH] Add supported frameworks (#186) --- docs/integrations/libraries.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/integrations/libraries.md b/docs/integrations/libraries.md index c07fe936..c3ecfbfe 100644 --- a/docs/integrations/libraries.md +++ b/docs/integrations/libraries.md @@ -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) - [lightgbm](https://github.com/allegroai/clearml/tree/master/examples/frameworks/lightgbm) - [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) +- [python-fire](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fire) **HPO** - [Optuna](https://github.com/allegroai/clearml/tree/master/examples/optimization/hyper-parameter-optimization)