fixed import error in Analysis,

updated unit tests
This commit is contained in:
Arthur Lu
2021-11-18 09:51:39 +00:00
parent 6fb0eefbc0
commit 9232cc31be
2 changed files with 17 additions and 7 deletions

View File

@@ -380,7 +380,7 @@ from tra_analysis.metrics import elo as Elo
from tra_analysis.metrics import glicko2 as Glicko2
import numpy as np
import scipy
import sklearn, sklearn.cluster
import sklearn, sklearn.cluster, sklearn.pipeline
from tra_analysis.metrics import trueskill as Trueskill
# import submodules