scikit-learn with Matplotlib
Trains is now ClearML
This documentation applies to the legacy Trains versions. For the latest documentation, see ClearML.
The sklearn_matplotlib_example.py demonstrates integrating Trains into code which uses scikit-learn
to determine cross-validated training and test scores, and and matplotlib
to plot the learning curves. Trains 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.
Plots
The learning curve plots appear RESULTS > PLOTS.