clearml-docs/docs/guides/frameworks/scikit-learn/sklearn_matplotlib_example.md
pollfly e1b179ed54
Some checks failed
CI / build (push) Has been cancelled
Update links (#1041)
2025-02-13 13:21:35 +02:00

765 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 a task named scikit-learn matplotlib example in the examples project.

Plots

The learning curve plots appear in the ClearML web UI under PLOTS.

image