clearml-docs/docs/guides/frameworks/scikit-learn/sklearn_joblib_example.md
2022-01-13 09:42:36 +02:00

1.1 KiB
Raw Blame History

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

Models created by the experiment appear in the experiments ARTIFACTS tab.

image

Clicking on the model name takes you to the models page, where you can view the models details and access the model.

image