4 Reasons Why Machine Learning Monitoring is Essential for Models in Production
Machine learning (ML) is a field that sounds exciting to work in. Once you discover its capabilities, it gets even...
The outputs of your model, and any other values you may produce from them, are referred to as predictions made by the model.
In general, if there is a value generated directly by your model (e.g. by calling model.predict), or by some transformation performed later, whose behavior you wish to monitor, that value is a prediction.