mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
quick fix
This commit is contained in:
parent
1cd059732d
commit
711518cfdb
@ -245,7 +245,7 @@ def z_normalize(array, *args):
|
|||||||
|
|
||||||
array = np.array(array)
|
array = np.array(array)
|
||||||
for arg in args:
|
for arg in args:
|
||||||
array = sklearnpreprocessing.normalize(array, axis = arg)
|
array = sklearn.preprocessing.normalize(array, axis = arg)
|
||||||
|
|
||||||
return array
|
return array
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user