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

moving plot's sub and add methods to abstract class #320

Closed WSShawn closed 1 year ago

WSShawn commented 1 year ago

Describe your changes

Issue ticket number and link

Closes #236

Checklist before requesting a review


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

idomic commented 1 year ago

Let's wait for the CI.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4456540706

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.


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/sklearn_evaluation/plot/plot.py 2 4 50.0%
<!-- Total: 2 4 50.0% -->
Totals Coverage Status
Change from base Build 4368081770: 0.05%
Covered Lines: 3661
Relevant Lines: 3876

💛 - Coveralls
WSShawn commented 1 year ago

CI passed! Sorry for all the back and forth on this issue!

WSShawn commented 1 year ago

@edublancas request for review!

edublancas commented 1 year ago

great!