From 9270c051567398bb8bdb3f3d478baf2751e42b06 Mon Sep 17 00:00:00 2001 From: Sylvain Combettes <48064216+sylvaincom@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:54:33 +0200 Subject: [PATCH] remove the term "report" --- README.md | 2 +- examples/basic_usage.ipynb | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8d0767097..a6edc19bd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/examples/basic_usage.ipynb b/examples/basic_usage.ipynb index d9487a823..122a2313b 100644 --- a/examples/basic_usage.ipynb +++ b/examples/basic_usage.ipynb @@ -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", @@ -35,7 +35,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "3", "metadata": {}, "outputs": [], @@ -122,7 +122,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "9", "metadata": {}, "outputs": [], @@ -160,7 +160,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "13", "metadata": {}, "outputs": [], @@ -196,7 +196,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "id": "17", "metadata": {}, "outputs": [], @@ -206,7 +206,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "18", "metadata": {}, "outputs": [], @@ -751,7 +751,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.5" + "version": "3.12.7" } }, "nbformat": 4,