Skip to content
New issue

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

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

Already on GitHub? # to your account

chore: Remove cv reporter #1265

Merged
merged 7 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
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
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