Persisting Scikit Learn ModelsΒΆ
Scikit-Learn models are persisted with pickle. Fire Insights has processors for saving and loading the pickle files.
More details of the pickle format is available here:
https://scikit-learn.org/stable/modules/model_persistence.html