Spaces:
Running
Running
Commit
·
c1a2659
1
Parent(s):
1be416b
2024-03-05 13:41:29 Publish script update
Browse files
app.py
CHANGED
@@ -277,8 +277,6 @@ Radial plots are used to compare the most important aspects of each model resear
|
|
277 |
All values are normalized and scaled into 0.25 to 1 range, 0 is left for unknown values.
|
278 |
|
279 |
To compare the parameters more thoroughly use the filtering box on top of this page and inspect individual tabs.
|
280 |
-
|
281 |
-
In addition to side by side comparison all of the radial plots are displayed below.
|
282 |
""")
|
283 |
combined_plots.apply(display_filtered_plot, axis=1)
|
284 |
filter_button.click(
|
|
|
277 |
All values are normalized and scaled into 0.25 to 1 range, 0 is left for unknown values.
|
278 |
|
279 |
To compare the parameters more thoroughly use the filtering box on top of this page and inspect individual tabs.
|
|
|
|
|
280 |
""")
|
281 |
combined_plots.apply(display_filtered_plot, axis=1)
|
282 |
filter_button.click(
|