Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Minor changes #1284

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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