Skip to content

Commit

Permalink
Update classiPi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaPaolocci authored Dec 21, 2017
1 parent 080478b commit cd3115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classiPi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def extract_features():
features = np.vstack([features,ext_features])
return features

model_path = "model/model"
model_path = "model"
fit_params = np.load('fit_params.npy')
sc = StandardScaler()
sc.fit(fit_params)
Expand Down

0 comments on commit cd3115c

Please sign in to comment.