Skip to content

Commit 0a8afc3

Browse files
committed
update
1 parent dc1220e commit 0a8afc3

File tree

8 files changed

+384
-38
lines changed

8 files changed

+384
-38
lines changed

doc/getting_started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ This will automatically open a browser at the UI's location:
3535
#. On the top left, create a new ``View``.
3636
#. From the ``Elements`` section on the bottom left, you can add stored items to this view, either by double-cliking on them or by doing drag-and-drop.
3737

38+
For more features, please look into :ref:`auto_examples`.
39+
3840
.. image:: https://raw.githubusercontent.com/sylvaincom/sylvaincom.github.io/master/files/probabl/skore/2024_10_14_skore_demo.gif
3941
:alt: Getting started with ``skore`` demo

doc/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Welcome to ``skore``
1010

1111
* ``skore`` machine learning programming assistant: enhancing ``scikit-learn`` classes and functions
1212

13-
#OwnYourDataScience
14-
-------------------
15-
1613
With the ``skore`` UI, data scientists can:
1714

1815
#. Store objects of different types from their Python code: python lists, ``scikit-learn`` fitted pipelines, ``plotly`` figures, and more.
@@ -21,11 +18,12 @@ With the ``skore`` UI, data scientists can:
2118

2219
With the ``skore`` machine learning programming assistant, data scientists can:
2320

24-
* Use an enhanced version of ``sklearn.model_selection.cross_validate`` with ``skore.cross_validate``.
21+
* Use an enhanced version of ``sklearn.model_selection.cross_validate`` with ``skore``'s :func:`~skore.cross_validate`.
2522

2623
These are only the first features: skore is a work in progress and aims to be
2724
an end-to-end library for data scientists.
2825
Stay tuned!
26+
We are a product team working at `Probabl <https://probabl.ai>`_ and our motto is #OwnYourDataScience.
2927

3028
- License: BSD
3129
- GitHub repository: https://github.com/probabl-ai/skore

doc/sg_execution_times.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**00:02.306** total execution time for 2 files **from all galleries**:
9+
**00:03.753** total execution time for 3 files **from all galleries**:
1010

1111
.. container::
1212

@@ -33,8 +33,11 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_auto_examples_plot_01_getting_started.py` (``../examples/plot_01_getting_started.py``)
36-
- 00:02.306
36+
- 00:01.402
37+
- 0.0
38+
* - :ref:`sphx_glr_auto_examples_plot_03_cross_validate.py` (``../examples/plot_03_cross_validate.py``)
39+
- 00:01.324
3740
- 0.0
3841
* - :ref:`sphx_glr_auto_examples_plot_02_basic_usage.py` (``../examples/plot_02_basic_usage.py``)
39-
- 00:00.000
42+
- 00:01.027
4043
- 0.0

doc/user_guide.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ User guide
88
*The User Guide is currently work in progress and will be released soon, thank
99
you for your patience!*
1010

11-
For now, please look into the ``Getting Started`` and ``Examples`` tab.
11+
For now, please look into:
12+
13+
.. toctree::
14+
:maxdepth: 2
15+
:caption: Contents:
16+
17+
install
18+
getting_started
19+
auto_examples/index
20+
api

examples/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _auto_examples:
2+
13
Examples
24
========
35

examples/plot_01_getting_started.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
2-
==============================
3-
Getting started with ``skore``
4-
==============================
2+
=================================
3+
1) Getting started with ``skore``
4+
=================================
55
6-
This example runs the `Getting started` guide.
6+
This example runs the :ref:`getting_started` guide.
77
88
``skore`` UI
99
------------

0 commit comments

Comments
 (0)