Skip to content

Commit

Permalink
final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Kotila committed Apr 14, 2022
1 parent 914cb0a commit fed0298
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/commands/test_latest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ def iris_model(x_train, y_train, x_val, y_val, params):
reduction_method='gamify',
save_models=True)

scan_object.best_model(saved=True)
predict = talos.Predict(scan_object)
predict.predict(x, 'val_acc', False, saved=True)

scan_object = talos.Scan(x, y,
model=iris_model,
params=p,
Expand Down

0 comments on commit fed0298

Please sign in to comment.