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...
Prompt engineering sucks. Break free from the endless tweaking with this revolutionary approach - Learn more
Securing AI systems is tricky, ignoring it is risky. Discover the easiest way to secure your AI end to end - Learn more
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.