File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 2020* Quickly get rich insights into model performance
2121* Organize and track your experiments
2222
23- Examples
24- --------
23+ Storing reports in Skore Hub
24+ ----------------------------
25+
26+ At the end of this example, we send the reports in Skore Hub
27+ (https://skore.probabl.ai/) that is a platform for storing, sharing and exploring
28+ your machine learning reports.
2529
2630To run this example and push in your own Skore Hub workspace and project, you can run
2731this example with the following command:
348352# in the interest of simplicity we kept this until the end.
349353#
350354# We are using Skore Hub (https://skore.probabl.ai/) to store and review our reports.
355+ #
356+ # .. note::
357+ # Here, we are using Skore Hub to store and analyze the reports that we computed.
358+ # Note that you can store reports as well locally using `mode="local"` when creating
359+ # or loading projects via `skore.Project`.
351360
352361# sphinx_gallery_start_ignore
353362#
394403
395404project = Project (f"{ WORKSPACE } /{ PROJECT } " , mode = "hub" )
396405
397- # %%
398- # .. note::
399- # Here, we are using Skore Hub to store and analyze the reports that we computed.
400- # Note that you can store reports as well locally using `mode="local"` when creating
401- # or loading projects.
402-
403406# %%
404407# We store our reports with descriptive keys:
405408
You can’t perform that action at this time.
0 commit comments