online-random-forests
online-random-forests copied to clipboard
Saving a model for use later
Hi,
Is there a way to save a model and then test it on another set of data for a later use? So the steps I'd like to take are:
- Train the model on the training data
- Test the model on the test set
- save the current position of the Random Forest
- Load that Random Forest
- Test it again on a different test set
Or is there a way to test it on two test sets stored in two different files and get the metrics for each separately?
Hi,
I didn't implement saving and loading for it. However, you could either