mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Refactor integrations section (#600)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: AutoKeras Integration
|
||||
title: AutoKeras
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
Integrate ClearML into code that uses [autokeras](https://github.com/keras-team/autokeras). Initialize a ClearML
|
||||
Task in a code, and ClearML automatically logs scalars, plots, and images reported to TensorBoard, Matplotlib, Plotly,
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: CatBoost
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [catboost_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/catboost/catboost_example.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: FastAI
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
The [fastai_with_tensorboard_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/fastai/legacy/fastai_with_tensorboard_example.py)
|
||||
example demonstrates the integration of ClearML into code that uses FastAI v1 and TensorBoard.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Keras with TensorBoard
|
||||
title: Keras
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The example below demonstrates the integration of ClearML into code which uses Keras and TensorBoard.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: LightGBM
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [lightgbm_example](https://github.com/allegroai/clearml/blob/master/examples/frameworks/lightgbm/lightgbm_example.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Matplotlib
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The example below demonstrates integrating ClearML into code that uses `matplotlib` to plot scatter diagrams, and
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: MegEngine
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [megengine_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/megengine/megengine_mnist.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PyTorch MNIST
|
||||
title: PyTorch
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [pytorch_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_mnist.py) example
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PyTorch with TensorBoard
|
||||
title: TensorBoard
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [pytorch_tensorboard.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_tensorboard.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PyTorch Ignite TensorboardLogger
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [cifar_ignite.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/ignite/cifar_ignite.py) example
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PyTorch Ignite ClearMLLogger
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The `ignite` repository contains the [mnist_with_clearml_logger.py](https://github.com/pytorch/ignite/blob/master/examples/contrib/mnist/mnist_with_clearml_logger.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PyTorch Lightning
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [pytorch-lightning](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch-lightning/pytorch_lightning_example.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: scikit-learn with Joblib
|
||||
title: Scikit-Learn
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [sklearn_joblib_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/scikit-learn/sklearn_joblib_example.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: TensorBoardX with PyTorch
|
||||
title: TensorBoardX
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [pytorch_tensorboardX.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorboardx/pytorch_tensorboardX.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Keras Tuner Integration
|
||||
title: Keras Tuner
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
Integrate ClearML into code that uses [Keras Tuner](https://www.tensorflow.org/tutorials/keras/keras_tuner). By
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: TensorFlow MNIST
|
||||
title: TensorFlow
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [tensorflow_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorflow/tensorflow_mnist.py)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: XGBoost Metric Reporting
|
||||
title: XGBoost
|
||||
displayed_sidebar: mainSidebar
|
||||
---
|
||||
|
||||
The [xgboost_metrics.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/xgboost/xgboost_metrics.py)
|
||||
|
||||
Reference in New Issue
Block a user