mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
quick fix
This commit is contained in:
parent
1ea7306eeb
commit
df6c184b84
@ -245,7 +245,7 @@ def z_normalize(array, *args):
|
||||
|
||||
array = np.array(array)
|
||||
for arg in args:
|
||||
array = sklearnpreprocessing.normalize(array, axis = arg)
|
||||
array = sklearn.preprocessing.normalize(array, axis = arg)
|
||||
|
||||
return array
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user