Skip to content

Commit

Permalink
remove the term "report"
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaincom committed Oct 8, 2024
1 parent ea9dba2 commit 9270c05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg)
![python](https://img.shields.io/badge/python-3.11%20|%203.12-blue?style=flat&logo=python)

`skore` allows data scientists to create tracking and reports from their Python code:
`skore` allows data scientists to create tracking and visualization from their Python code:
1. Users can store objects of different types: python lists and dictionaries, `numpy` arrays, `scikit-learn` fitted models, `matplotlib`, `altair`, and `plotly` figures, etc. Storing some values over time allows one to perform **tracking** and also to **visualize** them:
2. They can visualize these stored objects on a dashboard. The dashboard is user-friendly: objects can easily be organized.
3. This dashboard can be exported into a HTML file.
Expand Down
14 changes: 7 additions & 7 deletions examples/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"The purpose of this guide is to illustrate some of the main features that `skore` currently provides.\n",
"\n",
"`skore` allows data scientists to create tracking and reports from their Python code:\n",
"`skore` allows data scientists to create tracking and visualizations from their Python code:\n",
"1. Users can store objects of different types (python lists and dictionaries, `numpy` arrays, `scikit-learn` fitted models, `matplotlib`, `altair`, and `plotly` figures, etc). Storing some values over time allows one to perform **tracking** and also to **visualize** them:\n",
"2. They can visualize these stored objects on a dashboard. The dashboard is user-friendly: objects can easily be organized.\n",
"3. This dashboard can be exported into a HTML file.\n",
Expand All @@ -35,7 +35,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "3",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -122,7 +122,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "9",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -160,7 +160,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"id": "13",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -196,7 +196,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"id": "17",
"metadata": {},
"outputs": [],
Expand All @@ -206,7 +206,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"id": "18",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -751,7 +751,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9270c05

Please sign in to comment.