-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Wow! Great project - thanks for your hard work.
Is there a way to save a trained model, load it into a new notebook, and run inference? Apologies if this is documented somewhere.
e.g.
rf_model = rf_model(X_train, Y_train)
rf_model.train()
rf_model.save("rf_model.pb") # <---- Is there anything like this?and then in a new notebook
rf_model = esem.open("rf_model.pb") # <---- Is there anything like this?Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request