Skip to content

Commit

Permalink
clean docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
augustebaum committed Oct 15, 2024
1 parent a199749 commit 76dce8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions skore/src/skore/cross_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,14 @@ def cross_validate(
"""Evaluate estimator by cross-validation and output UI-friendly object.
This function wraps scikit-learn's [cross_validate](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html#sklearn.model_selection.cross_validate)
function, to provide more context
and facilitate the analysis.
function, to provide more context and facilitate the analysis.
As such, the arguments are the same as scikit-learn's cross_validate function.
Parameters
----------
The same parameters as scikit-learn's cross_validate function, except for
project : Project or None
project : Project, optional
A project to save cross-validation data into. If None, no save is performed.
Returns
Expand Down

0 comments on commit 76dce8d

Please sign in to comment.