Skip to content

Commit

Permalink
docs: Minor changes (#1284)
Browse files Browse the repository at this point in the history
*See the `Files changed` tab*
  • Loading branch information
sylvaincom authored Feb 4, 2025
1 parent f4b85cc commit 80d3504
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/getting_started/plot_skore_getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
# Machine learning evaluation and diagnostics
# ===========================================
#
# Skore re-implements or wraps some key scikit-learn class / functions to automatically
# provide insights and diagnostics when using them, as a way to facilitate good
# practices and avoid common pitfalls.
# Skore implements new tools or wraps some key scikit-learn class / functions to
# automatically provide insights and diagnostics when using them, as a way to
# facilitate good practices and avoid common pitfalls.

# %%
# Model evaluation with skore
Expand Down Expand Up @@ -91,8 +91,8 @@
# Cross-validation with skore
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^
#
# skore has also implemented a :class:`skore.CrossValidationReport` class that contains
# several :class:`skore.EstimatorReport` for each fold.
# skore has also (re-)implemented a :class:`skore.CrossValidationReport` class that
# contains several :class:`skore.EstimatorReport` for each fold.

# %%
from skore import CrossValidationReport
Expand Down

0 comments on commit 80d3504

Please sign in to comment.