ploomber / sklearn-evaluation

Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
https://sklearn-evaluation.ploomber.io
Apache License 2.0
455 stars 54 forks source link

skip examples/ in ci #324

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

Describe your changes

no longer running examples in the CI to make it faster, they're still executed in readthedocs so if they fail, we'll know

Issue ticket number and link

Closes #x

Checklist before requesting a review


:books: Documentation preview :books:: https://sklearn-evaluation--324.org.readthedocs.build/en/324/

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 4463016166

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Files with Coverage Reduction New Missed Lines %
src/sklearn_evaluation/plot/calibration.py 4 92.37%
src/sklearn_evaluation/grid/random_forest_classifier_grid.py 6 89.39%
src/sklearn_evaluation/plot/classification.py 11 93.14%
src/sklearn_evaluation/plot/matplotlib/bar.py 11 81.33%
src/sklearn_evaluation/plot/matplotlib/heatmap.py 16 23.81%
src/sklearn_evaluation/plot/matplotlib/data_grid.py 27 21.62%
src/sklearn_evaluation/plot/classification_report.py 31 71.56%
<!-- Total: 106 -->
Totals Coverage Status
Change from base Build 4462967924: -2.7%
Covered Lines: 3555
Relevant Lines: 3878

💛 - Coveralls