:orphan: .. _auto_examples: User guide ========== Below is a gallery of narrated notebook examples on how and why to use skore. They serve as our user guide. .. raw:: html
.. thumbnail-parent-div-open .. thumbnail-parent-div-close .. raw:: html
Getting started --------------- We recommend starting with these examples that provide an overall and gentle introduction to skore. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/getting_started/images/thumb/sphx_glr_plot_quick_start_thumb.png :alt: :ref:`sphx_glr_auto_examples_getting_started_plot_quick_start.py` .. raw:: html
Quick start
.. raw:: html
.. only:: html .. image:: /auto_examples/getting_started/images/thumb/sphx_glr_plot_skore_getting_started_thumb.png :alt: :ref:`sphx_glr_auto_examples_getting_started_plot_skore_getting_started.py` .. raw:: html
Skore: getting started
.. thumbnail-parent-div-close .. raw:: html
End-to-end data science use cases --------------------------------- These examples showcase skore in action on real use cases. We aimed at showing skore's ability to: - be compatible with scikit-learn - reduce boilerplate code for some standard *de facto* data science analysis - speed-up exploration by optimizing some internal computation .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/use_cases/images/thumb/sphx_glr_plot_employee_salaries_thumb.png :alt: :ref:`sphx_glr_auto_examples_use_cases_plot_employee_salaries.py` .. raw:: html
Simplified experiment reporting
.. thumbnail-parent-div-close .. raw:: html
Model evaluation ---------------- These examples illustrate how skore can help data scientists to improve their machine learning modelling thanks to methodological guidance and diagnostics. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/model_evaluation/images/thumb/sphx_glr_plot_estimator_report_thumb.png :alt: :ref:`sphx_glr_auto_examples_model_evaluation_plot_estimator_report.py` .. raw:: html
EstimatorReport: Get insights from any scikit-learn estimator
.. raw:: html
.. only:: html .. image:: /auto_examples/model_evaluation/images/thumb/sphx_glr_plot_train_test_split_thumb.png :alt: :ref:`sphx_glr_auto_examples_model_evaluation_plot_train_test_split.py` .. raw:: html
train_test_split: get diagnostics when splitting your data
.. thumbnail-parent-div-close .. raw:: html
Manipulating the skore project ------------------------------ These examples illustrate how to use the skore :class:`~skore.Project` to store many kinds of objects, along with their past versions. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/skore_project/images/thumb/sphx_glr_plot_tracking_items_thumb.png :alt: :ref:`sphx_glr_auto_examples_skore_project_plot_tracking_items.py` .. raw:: html
Tracking items
.. raw:: html
.. only:: html .. image:: /auto_examples/skore_project/images/thumb/sphx_glr_plot_working_with_projects_thumb.png :alt: :ref:`sphx_glr_auto_examples_skore_project_plot_working_with_projects.py` .. raw:: html
Working with projects
.. thumbnail-parent-div-close .. raw:: html
Technical details ----------------- These examples show some technical details at the core of skore to better understand some of the mechanics under the hood. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/technical_details/images/thumb/sphx_glr_plot_cache_mechanism_thumb.png :alt: :ref:`sphx_glr_auto_examples_technical_details_plot_cache_mechanism.py` .. raw:: html
Cache mechanism
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: :includehidden: /auto_examples/getting_started/index.rst /auto_examples/use_cases/index.rst /auto_examples/model_evaluation/index.rst /auto_examples/skore_project/index.rst /auto_examples/technical_details/index.rst .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: auto_examples_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_