Small edits (#177)

This commit is contained in:
pollfly
2022-01-30 12:54:40 +02:00
committed by GitHub
parent 1667d6b64e
commit 020cf9a819
13 changed files with 35 additions and 47 deletions

View File

@@ -3,13 +3,13 @@ title: scikit-learn with Matplotlib
---
The [sklearn_matplotlib_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/scikit-learn/sklearn_matplotlib_example.py)
script demonstrates the integration of **ClearML** into code that uses `scikit-learn` and `matplotlib`.
script demonstrates the integration of ClearML into code that uses `scikit-learn` and `matplotlib`.
The example does the following:
* Uses `scikit-learn` to determine cross-validated training and test scores.
* Uses `matplotlib` to plot the learning curves.
* Through ClearML, automatically logs the scatter diagrams for the learning curves.
* Creates an experiment named `scikit-learn matplotlib example` which is associated with the `examples` project.
* ClearML automatically logs the scatter diagrams for the learning curves.
* Creates an experiment named `scikit-learn matplotlib example` in the `examples` project.
## Plots