scikit-learn with Matplotlib¶
The sklearn_matplotlib_example.py demonstrates integrating ClearML into code which uses scikit-learn
to determine cross-validated training and test scores, and and matplotlib
to plot the learning curves. ClearML automatically logs the scatter diagrams for the learning curves. When the script runs, it creates an experiment named scikit-learn matplotlib example
which is associated with the examples
project.