-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Description
Hi! I've banged my head against the wall for a couple of days and can't solve this. Prediction times are taking much longer than is to be expected. Running an AutoML model for a regression task takes upwards of 3 seconds for a single prediction.
I believe this is because the predict method for the AutoML class loads every model that was saved every time you ask for a prediction. It would be much more optimal to load all models on call init, and call their prediction methods without having to load them every time.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request