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
457 stars 54 forks source link

testing to see if docs fail #252

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

Describe your changes

Issue ticket number and link

Closes #x

Checklist before requesting a review


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

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4024899960


Totals Coverage Status
Change from base Build 4010433489: 0.06%
Covered Lines: 2677
Relevant Lines: 2841

💛 - Coveralls
idomic commented 1 year ago

Fails :(

idomic commented 1 year ago

Maybe we should skip this example of model.fit, the problem is every notebook has something similar.

edublancas commented 1 year ago

trying again with a downgraded version of scikit-learn, there was a release two days ago, so that might be the reason

edublancas commented 1 year ago

fixed! I migrated papermill calls to ploomber-engine, and it works now!

idomic commented 1 year ago

looks good.