Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b5a7ff3
feat: add metainfo to metrics widget
Gooogr Jun 19, 2024
a9e45b0
Merge branch 'main' into feature/metricsapp_metainfo
Gooogr Jun 19, 2024
f64f804
fix: update tests; bugfixing
Gooogr Jun 20, 2024
162575d
fix: update changelog
Gooogr Jun 20, 2024
b335757
fix: improve test coverage
Gooogr Jun 21, 2024
39619b6
fix: add smooth update to chart
Gooogr Jun 21, 2024
29c4883
fix: fixing static chart rendering
Gooogr Jun 21, 2024
d57843b
fix: fixing hoover update
Gooogr Jun 21, 2024
cb373ca
fix: bugfixing
Gooogr Jun 22, 2024
95f8909
feat: legend with meta info
Gooogr Jul 6, 2024
b245649
fix: update widget elements names
Gooogr Jul 6, 2024
75eec31
feat: add no Column.Split case
Gooogr Jul 7, 2024
5396165
fix: update legend sorting; add more tests
Gooogr Jul 7, 2024
07fb4ff
Merge branch 'main' into feature/metricsapp_metainfo
Gooogr Jul 7, 2024
7d9f4ab
Update rectools/visuals/metrics_app.py
Gooogr Jul 10, 2024
38ef219
Update rectools/visuals/metrics_app.py
Gooogr Jul 10, 2024
22f9ead
fix: fix typo
Gooogr Jul 22, 2024
6100dc8
fix: fix Nan coloring
Gooogr Jul 22, 2024
cc924a4
fix: set data sorting in ascending order
Gooogr Jul 22, 2024
3c2551e
fix: minor updates
Gooogr Jul 22, 2024
913ea09
fix: update metainfo trimming
Gooogr Jul 22, 2024
3e61e28
fix: update tests
Gooogr Jul 22, 2024
210b314
fix: update tests
Gooogr Jul 22, 2024
8f71c92
fix: remove test notebook
Gooogr Jul 22, 2024
47f2cab
feat: add grey coloring; bugfixing
Gooogr Jul 23, 2024
635d0cb
Merge branch 'main' into feature/metricsapp_metainfo
Gooogr Jul 23, 2024
2b04d45
fix: naming update, fix pytest alerts
Gooogr Jul 23, 2024
64587b2
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
e22e7dd
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
d444833
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
ef9014e
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
00eca79
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
6fec962
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
fe8ff48
fix: update changelog
Gooogr Jul 23, 2024
4d802a2
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
7a50bac
Merge branch 'feature/metricsapp_metainfo' of https://github.com/Gooo…
Gooogr Jul 23, 2024
2be84e9
Update rectools/visuals/metrics_app.py
Gooogr Jul 23, 2024
feba3cc
Merge branch 'feature/metricsapp_metainfo' of https://github.com/Gooo…
Gooogr Jul 23, 2024
ecc3f80
fix: update tests structure
Gooogr Jul 23, 2024
e1d5429
fix: update variable names
Gooogr Jul 23, 2024
17ab300
fix: handle min index for Y metric
Gooogr Jul 24, 2024
10043a5
feat: add test for numeric types of metric columns
Gooogr Jul 24, 2024
0084bfc
fix: add custom legend template; nan handling
Gooogr Jul 25, 2024
2819a11
fix: update default fold_i values
Gooogr Jul 26, 2024
133d120
refactor: simplify _make_chart_data_avg
Gooogr Jul 26, 2024
e22acf4
fix: update legend title
Gooogr Jul 26, 2024
a42b1c6
feat: update example notebook
Jul 26, 2024
7eb0afa
Merge branch 'main' into feature/metricsapp_metainfo
Jul 26, 2024
2d4546c
fix: sep update; fix typo
Gooogr Jul 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 87 additions & 71 deletions examples/2_cross_validation.ipynb

Large diffs are not rendered by default.

Loading