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(UI): Rename "Elements" to "Items" #538

Closed rouk1 closed 4 weeks ago

github-actions[bot] commented 1 month ago

Coverage Report for ./skore-ui

Status Category Percentage Covered / Total
🔵 Lines 78.87% 1815 / 2301
🔵 Statements 78.87% 1815 / 2301
🔵 Functions 44.76% 47 / 105
🔵 Branches 80.48% 132 / 164
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
skore-ui/src/views/project/ProjectView.vue 72.65% 75% 0% 72.65% 34-43, 45-47, 49-53, 55-64, 66-69, 76, 104-105
Generated in workflow #356 for commit ce06cb1 by the Vitest Coverage Report Action
tuscland commented 1 month ago

There are more places that use "Elements". Are you sure you covered them all? Note: #537 adds a place where I used Elements for consistency with existing code.

rouk1 commented 4 weeks ago

There are more places that use "Elements". Are you sure you covered them all? Note: #537 adds a place where I used Elements for consistency with existing code.

New code as been merged (with rename), readme and notebooks contents have been renamed as well.