-
Notifications
You must be signed in to change notification settings - Fork 17
Saving learner models in non-existing dir #96
Copy link
Copy link
Open
Labels
Description
The Learner.saveModel() method should probably check if the directory we are about to save in exists or not. Right now, it just throws an exception and dies, which can be annoying if you've just been training a big model. Similarly for the Learner.saveLexicon() method.
Reactions are currently unavailable