Skip to content

Commit

Permalink
chore: Remove cv reporter (#1265)
Browse files Browse the repository at this point in the history
Now that we have the CV Report, and that the CV Reporter has been
announced as deprecated in the previous version, we can drop the CV
Reporter.
  • Loading branch information
MarieSacksick authored Jan 31, 2025
1 parent eafd8cb commit 066e14b
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 2,362 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can find information on the latest version [here](https://anaconda.org/conda
```
This will create a skore project directory named `my_project.skore` in your current working directory.

2. Evaluate your model using `skore.CrossValidationReporter`:
2. Evaluate your model using `skore.CrossValidationReport`:
```python
from sklearn.datasets import make_classification
from sklearn.linear_model import LogisticRegression
Expand Down
167 changes: 0 additions & 167 deletions examples/model_evaluation/plot_cross_validate.py

This file was deleted.

34 changes: 0 additions & 34 deletions skore-ui/src/components/CrossValidationReport.vue

This file was deleted.

96 changes: 0 additions & 96 deletions skore-ui/src/components/CrossValidationReportDetails.vue

This file was deleted.

69 changes: 0 additions & 69 deletions skore-ui/src/components/CrossValidationReportPlots.vue

This file was deleted.

Loading

0 comments on commit 066e14b

Please sign in to comment.