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

fix(UI): Datatable index name now points to the correct data attribute #552

Closed rouk1 closed 4 weeks ago

rouk1 commented 4 weeks ago

Made a mistake during previous merge. This PR fixes dataframe hydration.

github-actions[bot] commented 4 weeks ago

Coverage Report for ./skore-ui

Status Category Percentage Covered / Total
🔵 Lines 79.07% 1848 / 2337
🔵 Statements 79.07% 1848 / 2337
🔵 Functions 44.76% 47 / 105
🔵 Branches 80.35% 135 / 168
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
skore-ui/src/ShareApp.vue 0% 0% 0% 0% 1-3, 5-12, 14, 16-19, 23-34, 36-60
skore-ui/src/views/project/ProjectView.vue 72.86% 75% 0% 72.86% 34-43, 45-47, 49-53, 55-64, 66-69, 76, 104-105
Generated in workflow #367 for commit c900bf3 by the Vitest Coverage Report Action