Eric Keenan

Results 4 comments of Eric Keenan

Implimenting a recursive feature would be nice! Is there any functionality with glob queries?

Thanks for the reply. That solution doesn't appear to work in my case ```python pickle.dump(rf_model, 'rf_model.pkl') --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /tmp/ipykernel_14674/1446057301.py in ----> 1 pickle.dump(rf_model, 'rf_model.pkl') TypeError:...

@duncanwp It seems like the `esem` random forest is a simple implementation of the `scikit-learn` random forest. In the meantime, would you recommend training my emulator with `scikit-learn` and saving...

Thanks @duncanwp ! I managed to save a RF model. I'll leave this issue open in case you want this as documentation for a feature request. Otherwise, feel free to...