|
1 | 1 | .. You can adapt this file completely to your liking, but it should at least |
2 | 2 | contain the root `toctree` directive. |
3 | 3 |
|
4 | | -skore |
5 | | -===== |
| 4 | +Welcome to ``skore`` |
| 5 | +==================== |
6 | 6 |
|
7 | | -Gradient-boosting survival analysis |
8 | | ------------------------------------ |
| 7 | +#OwnYourDataScience |
| 8 | +------------------- |
9 | 9 |
|
10 | 10 | .. container:: index-features |
11 | 11 |
|
12 | | - * survival and competing risks |
| 12 | + * track and visualize your objects from a user-friendly dashboard |
13 | 13 |
|
14 | 14 | * scikit-learn compatible |
15 | 15 |
|
16 | | - * scalable gradient boosting |
| 16 | +With ``skore``, data scientists can: |
17 | 17 |
|
18 | | -A scalable **time-to-event and competing risk prediction model** |
19 | | -implemented in Python. |
| 18 | +#. Store objects of different types from their Python code: python lists, ``scikit-learn`` fitted pipelines, ``plotly`` figures, and more. |
| 19 | +#. **Track** and **visualize** these stored objects on a user-friendly dashboard. |
| 20 | +#. Export the dashboard to a HTML file. |
20 | 21 |
|
21 | | -.. container:: index-box sd-card |
| 22 | +These are only the first features: skore is a work in progress and aims to be |
| 23 | +an end-to-end library for data scientists. |
| 24 | +Stay tuned! |
22 | 25 |
|
23 | | - **Competing risks settings** |
24 | | - |
25 | | - Predicting which event will happen first, and when, from data where some |
26 | | - events have not yet been observed: |
27 | | - |
28 | | -The model is **a gradient-boosting variant**, that offers prediction for |
29 | | -survival and competing risks settings, fully compatible with |
30 | | -`scikit-learn <https://scikit-learn.org>`_. It can be used with |
31 | | -scikit-learn tools such as pipelines, column transformers, |
32 | | -cross-validation, hyper-parameter search tools, etc. |
33 | | - |
34 | | -.. This package will also offer neural network based estimators by leveraging |
35 | | - `PyTorch <https://pytorch.org>`_ and `skorch |
36 | | - <https://skorch.readthedocs.io/>`_. |
37 | | -
|
38 | | -This library puts a focus on predictive accuracy rather than on inference. |
39 | | -Quantifying the statistical association or causal effect of covariates with/on |
40 | | -the cumulated event incidence or instantaneous hazard rate is not in the scope |
41 | | -of this library at this time. |
42 | | - |
43 | | -The theory behind the model is described in `this paper |
44 | | -<https://arxiv.org/abs/2406.14085>`_. |
45 | | - |
46 | | -- License: MIT |
47 | | -- GitHub repository: https://github.com/soda-inria/hazardous |
48 | | -- Changelog: https://github.com/soda-inria/hazardous/blob/main/CHANGES.rst |
| 26 | +- License: BSD |
| 27 | +- GitHub repository: https://github.com/probabl-ai/skore |
| 28 | +- Discord: http://discord.probabl.ai |
49 | 29 | - Status: under development, API is subject to change without notice. |
50 | 30 |
|
| 31 | +.. image:: https://raw.githubusercontent.com/sylvaincom/sylvaincom.github.io/master/files/probabl/skore/2024_10_14_skore_demo.gif |
| 32 | + :alt: Getting started with ``skore`` demo |
| 33 | + |
51 | 34 | .. currentmodule:: skore |
52 | 35 |
|
53 | 36 | .. toctree:: |
54 | 37 | :maxdepth: 2 |
55 | 38 | :caption: Contents: |
56 | 39 |
|
57 | | - api |
| 40 | + install |
| 41 | + getting_started |
58 | 42 | auto_examples/index |
59 | 43 | user_guide |
| 44 | + api |
0 commit comments