mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
1.1 KiB
1.1 KiB
title |
---|
scikit-learn with Joblib |
The sklearn_joblib_example.py
demonstrates the integration of ClearML into code that uses scikit-learn
and joblib
to store a model and model snapshots,
and matplotlib
to create a scatter diagram. When the script runs, it creates an experiment named
scikit-learn joblib example
in the examples
project.
Plots
ClearML automatically logs the scatter plot, which appears in the experiment's page in the ClearML web UI, under PLOTS.
Artifacts
Models created by the experiment appear in the experiment's ARTIFACTS tab.
Clicking on the model name takes you to the model's page, where you can view the model's details and access the model.