Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #380 from gliptak/patch-2
Browse files Browse the repository at this point in the history
Cleanup deprecation warning in example
  • Loading branch information
CreatureDev authored Oct 11, 2017
2 parents 4d5c7b1 + 310e131 commit 346d35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def train(cfg):
# os.makedirs(cfg.models_dir)
# saveModel(vectorizer, '{}/vectorizer.pickle'.format(cfg.models_dir))
# h2o.download_pojo(gbm_model, "{}/".format(cfg.models_dir))
# h2o.shutdown()
# h2o.cluster().shutdown()
return vectorizer

#
Expand Down

0 comments on commit 346d35f

Please sign in to comment.