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

adds `upsert_append` to `SQLiteTracker` #313

Closed mehtamohit013 closed 1 year ago

mehtamohit013 commented 1 year ago

Describe your changes

Implemented upsert_append() which appends the new parameters to the existing key instead of replacing them

Issue ticket number and link

Closes #274

Checklist before requesting a review


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

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4360022704

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.


Totals Coverage Status
Change from base Build 4357187728: 0.03%
Covered Lines: 3554
Relevant Lines: 3770

💛 - Coveralls