Spaces:
Running
Running
Zekun Wu
commited on
Commit
•
d85997b
1
Parent(s):
6830d47
add
Browse files- pages/2_Evaluation.py +1 -1
pages/2_Evaluation.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
import streamlit as st
|
5 |
import pandas as pd
|
6 |
from io import StringIO
|
7 |
-
from util.evaluation import statistical_tests
|
8 |
from util.plot import create_score_plot,create_rank_plots,create_correlation_heatmaps,create_3d_plot,calculate_distances
|
9 |
import plotly.express as px
|
10 |
|
|
|
4 |
import streamlit as st
|
5 |
import pandas as pd
|
6 |
from io import StringIO
|
7 |
+
from util.evaluation import statistical_tests
|
8 |
from util.plot import create_score_plot,create_rank_plots,create_correlation_heatmaps,create_3d_plot,calculate_distances
|
9 |
import plotly.express as px
|
10 |
|