Predicting with a trained model
Once we have successfully trained and stored a model, next we will need to predict something from this model. The general workflow is as follows:
- Load the model from MongoDB
- Sanitize the prediction input
- Apply the feature engineering steps
- Predict
- Format the predicted results