-
-
Notifications
You must be signed in to change notification settings - Fork 59
Predict/inference in real time #14
Copy link
Copy link
Open
Labels
OptimizationThe code is working fine but some parts can be optimized regarding speed, memory etcThe code is working fine but some parts can be optimized regarding speed, memory etc
Description
Metadata
Metadata
Assignees
Labels
OptimizationThe code is working fine but some parts can be optimized regarding speed, memory etcThe code is working fine but some parts can be optimized regarding speed, memory etc
To make predictions based on the fit method, is pickling the best approach or is there a better way to do it? Given the size of the file that is being generated with the probabilities with the fit method, making prediction/inference is taking time with pickle. Thanks