Skip to content

Commit

Permalink
Merge branch 'main' into documentation-on-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Dec 2, 2024
2 parents a111752 + 7504c96 commit 014b3a0
Show file tree
Hide file tree
Showing 77 changed files with 2,806 additions and 740 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Post to slack
continue-on-error: true
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v2.0.0
with:
channel-id: "product-releases"
payload: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/skore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
# Test
python -m pytest --no-cov src/ tests/
skore-coverage:
coverage-skore:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8f2404146afc07a39073cf8cdd0d4eaa
config: 3f392d251f0197d80d871686fdc9d144
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/latest/_images/sphx_glr_plot_01_getting_started_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/latest/_sources/api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ API

This page lists all the public functions and classes of the skore package.

.. warning ::
This code is still in development. **The API is subject to change.**
Project
-------

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@


.. _sphx_glr_auto_examples_00_getting_started:

Getting started
---------------

We recommend first having a look at this example that serves as an overall and gentle
introduction to skore.



.. raw:: html

<div class="sphx-glr-thumbnails">

.. thumbnail-parent-div-open
.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Getting started with skore">

.. only:: html

.. image:: /auto_examples/00_getting_started/images/thumb/sphx_glr_plot_01_getting_started_thumb.png
:alt:

:ref:`sphx_glr_auto_examples_00_getting_started_plot_01_getting_started.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Getting started with skore</div>
</div>


.. thumbnail-parent-div-close
.. raw:: html

</div>


.. toctree::
:hidden:

/auto_examples/00_getting_started/plot_01_getting_started

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions docs/latest/_sources/auto_examples/01_track/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@


.. _sphx_glr_auto_examples_01_track:

Track
-----

These examples illustrate the skore Project and UI.



.. raw:: html

<div class="sphx-glr-thumbnails">

.. thumbnail-parent-div-open
.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example provides an overview of the functionalities and the different types of items that we can store in a skore Project.">

.. only:: html

.. image:: /auto_examples/01_track/images/thumb/sphx_glr_plot_01_overview_skore_project_thumb.png
:alt:

:ref:`sphx_glr_auto_examples_01_track_plot_01_overview_skore_project.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Overview of the skore project</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example illustrates how skore can be used to track some items using their history, for example tracking some ML metrics over time.">

.. only:: html

.. image:: /auto_examples/01_track/images/thumb/sphx_glr_plot_02_tracking_items_thumb.png
:alt:

:ref:`sphx_glr_auto_examples_01_track_plot_02_tracking_items.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Tracking items using their history</div>
</div>


.. thumbnail-parent-div-close
.. raw:: html

</div>


.. toctree::
:hidden:

/auto_examples/01_track/plot_01_overview_skore_project
/auto_examples/01_track/plot_02_tracking_items

Large diffs are not rendered by default.

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions docs/latest/_sources/auto_examples/02_diagnose/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@


.. _sphx_glr_auto_examples_02_diagnose:

Diagnose
--------

These examples illustrate how skore can help data scientists to improve their
machine learning modelling thanks to diagnostics.



.. raw:: html

<div class="sphx-glr-thumbnails">

.. thumbnail-parent-div-open
.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example illustrates the motivation and the use of skore&#x27;s skore.cross_validate to get assistance when developing ML/DS projects.">

.. only:: html

.. image:: /auto_examples/02_diagnose/images/thumb/sphx_glr_plot_01_cross_validate_thumb.png
:alt:

:ref:`sphx_glr_auto_examples_02_diagnose_plot_01_cross_validate.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Enhancing cross-validation</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example illustrates the motivation and the use of skore&#x27;s skore.train_test_split to get assistance when developing ML/DS projects.">

.. only:: html

.. image:: /auto_examples/02_diagnose/images/thumb/sphx_glr_plot_02_train_test_split_thumb.png
:alt:

:ref:`sphx_glr_auto_examples_02_diagnose_plot_02_train_test_split.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Enhancing train-test split</div>
</div>


.. thumbnail-parent-div-close
.. raw:: html

</div>


.. toctree::
:hidden:

/auto_examples/02_diagnose/plot_01_cross_validate
/auto_examples/02_diagnose/plot_02_train_test_split

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "auto_examples/plot_05_train_test_split.py"
.. "auto_examples/02_diagnose/plot_02_train_test_split.py"
.. LINE NUMBERS ARE GIVEN BELOW.
.. only:: html

.. note::
:class: sphx-glr-download-link-note

:ref:`Go to the end <sphx_glr_download_auto_examples_plot_05_train_test_split.py>`
:ref:`Go to the end <sphx_glr_download_auto_examples_02_diagnose_plot_02_train_test_split.py>`
to download the full example code.

.. rst-class:: sphx-glr-example-title

.. _sphx_glr_auto_examples_plot_05_train_test_split.py:
.. _sphx_glr_auto_examples_02_diagnose_plot_02_train_test_split.py:


.. _example_train_test_split:
Expand Down Expand Up @@ -74,12 +74,12 @@ We create and load the skore project from this temporary directory:

.. code-block:: none
<Logger skore.project.project (INFO)> Project create.py:148
[12/02/24 07:55:38] <Logger skore.project.project (INFO)> Project create.py:148
file
'/tmp/sk
ore_exam
ple_3nw2
z46d/my_
ple_t1iz
n79h/my_
project.
skore'
was
Expand Down Expand Up @@ -584,26 +584,26 @@ Removing the temporary directory:
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.046 seconds)
**Total running time of the script:** (0 minutes 0.043 seconds)


.. _sphx_glr_download_auto_examples_plot_05_train_test_split.py:
.. _sphx_glr_download_auto_examples_02_diagnose_plot_02_train_test_split.py:

.. only:: html

.. container:: sphx-glr-footer sphx-glr-footer-example

.. container:: sphx-glr-download sphx-glr-download-jupyter

:download:`Download Jupyter notebook: plot_05_train_test_split.ipynb <plot_05_train_test_split.ipynb>`
:download:`Download Jupyter notebook: plot_02_train_test_split.ipynb <plot_02_train_test_split.ipynb>`

.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download Python source code: plot_05_train_test_split.py <plot_05_train_test_split.py>`
:download:`Download Python source code: plot_02_train_test_split.py <plot_02_train_test_split.py>`

.. container:: sphx-glr-download sphx-glr-download-zip

:download:`Download zipped: plot_05_train_test_split.zip <plot_05_train_test_split.zip>`
:download:`Download zipped: plot_02_train_test_split.zip <plot_02_train_test_split.zip>`


.. only:: html
Expand Down
Loading

0 comments on commit 014b3a0

Please sign in to comment.