probabl-ai / skore

Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl-ai.github.io/skore/
MIT License
70 stars 7 forks source link

feat: Export to front-end all versions of an item, but only use the latest version in the front-end #643

Closed thomass-dev closed 2 weeks ago

thomass-dev commented 2 weeks ago

Part of #504 .

github-actions[bot] commented 2 weeks ago

Coverage Report for ./skore-ui

Status Category Percentage Covered / Total
🔵 Lines 80.95% 1917 / 2368
🔵 Statements 80.95% 1917 / 2368
🔵 Functions 43.39% 46 / 106
🔵 Branches 77.84% 137 / 176
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
skore-ui/src/models.ts 100% 100% 100% 100%
skore-ui/src/stores/project.ts 54.46% 75% 43.75% 54.46% 36-38, 48-66, 74-81, 132-133, 135-136, 221-223, 231-233, 240-245, 252-256, 262-264, 273-309, 319-325, 342-345
Generated in workflow #662 for commit e9affb9 by the Vitest Coverage Report Action
thomass-dev commented 2 weeks ago

Thanks @rouk1 for your help on the front-end side 🙏🏻 .