|
4 | 4 | Welcome to ``skore`` |
5 | 5 | ==================== |
6 | 6 |
|
7 | | -.. container:: index-features |
| 7 | +With skore, data scientists can: |
8 | 8 |
|
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. |
10 | 11 |
|
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. |
12 | 13 |
|
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 |
24 | 15 | an end-to-end library for data scientists. |
25 | 16 | 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 | + |
26 | 19 | We are a product team working at `Probabl <https://probabl.ai>`_ and our motto is #OwnYourDataScience. |
27 | 20 |
|
28 | 21 | - License: BSD |
29 | 22 | - GitHub repository: https://github.com/probabl-ai/skore |
30 | 23 | - 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. |
32 | 25 |
|
33 | 26 | .. 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 |
35 | 28 |
|
36 | 29 | .. currentmodule:: skore |
37 | 30 |
|
|
0 commit comments