mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-13 22:56:18 +00:00
fixed indentation
This commit is contained in:
parent
43bb9ef2bb
commit
b79cedae68
@ -357,9 +357,9 @@ def z_score(point, mean, stdev):
|
|||||||
@jit(forceobj=True)
|
@jit(forceobj=True)
|
||||||
def z_normalize(array, *args):
|
def z_normalize(array, *args):
|
||||||
|
|
||||||
array = np.array(array)
|
array = np.array(array)
|
||||||
for arg in args:
|
for arg in args:
|
||||||
array = sklearn.preprocessing.normalize(array, axis = arg)
|
array = sklearn.preprocessing.normalize(array, axis = arg)
|
||||||
|
|
||||||
return array
|
return array
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user