Skip to content

Commit 5e46ec3

Browse files
committed
update
1 parent 0a8afc3 commit 5e46ec3

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

doc/index.rst

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,27 @@
44
Welcome to ``skore``
55
====================
66

7-
.. container:: index-features
7+
With skore, data scientists can:
88

9-
* ``skore`` UI: track and visualize your objects from a user-friendly dashboard
9+
#. Track and visualize their ML/DS results.
10+
#. Get assistance when developing their ML/DS projects.
1011

11-
* ``skore`` machine learning programming assistant: enhancing ``scikit-learn`` classes and functions
12+
- Scikit-learn compatible :func:`~skore.cross_validate` provides insights and checks on cross-validation.
1213

13-
With the ``skore`` UI, data scientists can:
14-
15-
#. Store objects of different types from their Python code: python lists, ``scikit-learn`` fitted pipelines, ``plotly`` figures, and more.
16-
#. **Track** and **visualize** these stored objects on a user-friendly dashboard.
17-
#. Export the dashboard to a HTML file.
18-
19-
With the ``skore`` machine learning programming assistant, data scientists can:
20-
21-
* Use an enhanced version of ``sklearn.model_selection.cross_validate`` with ``skore``'s :func:`~skore.cross_validate`.
22-
23-
These are only the first features: skore is a work in progress and aims to be
14+
These are only the initial features: skore is a work in progress and aims to be
2415
an end-to-end library for data scientists.
2516
Stay tuned!
17+
Feedbacks are welcome: please feel free to join our `Discord <http://discord.probabl.ai>`_ or `create an issue <https://github.com/probabl-ai/skore/issues>`_.
18+
2619
We are a product team working at `Probabl <https://probabl.ai>`_ and our motto is #OwnYourDataScience.
2720

2821
- License: BSD
2922
- GitHub repository: https://github.com/probabl-ai/skore
3023
- Discord: http://discord.probabl.ai
31-
- Status: under development, API is subject to change without notice.
24+
- Status: under development, API is subject to change.
3225

3326
.. image:: https://raw.githubusercontent.com/sylvaincom/sylvaincom.github.io/master/files/probabl/skore/2024_10_14_skore_demo.gif
34-
:alt: Getting started with ``skore`` demo
27+
:alt: Getting started with skore demo
3528

3629
.. currentmodule:: skore
3730

0 commit comments

Comments
 (0)