mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 22:48:40 +00:00
774 B
774 B
title |
---|
scikit-learn with Matplotlib |
The sklearn_matplotlib_example.py
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. - ClearML automatically logs the scatter diagrams for the learning curves.
- Creates an experiment named
scikit-learn matplotlib example
in theexamples
project.
Plots
The learning curve plots appear in the ClearML web UI under PLOTS.