clearml-docs/docs/guides/frameworks/scikit-learn/sklearn_joblib_example.md
2021-05-14 02:48:51 +03:00

1.2 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 examplescikit-learn joblib example, which is associated with the examples project.

Plots

ClearML automatically logs the scatter plot, which appears in the experiment's page in the ClearML web UI, under
RESULTS > PLOTS.

image

Artifacts

Model artifacts associated with the experiment appear in the info panel of the EXPERIMENTS tab and in the info panel of the MODELS tab.

The experiment info panel shows model tracking, including the model name and design (in this case, no design was stored).

image

The model info panel contains the model details, including:

  • Model URL
  • Framework
  • Snapshot locations.

image