XGBoost Inference Monitoring
See the Quick Start guide on how to install and configure Graphsignal.
with graphsignal.start_trace(endpoint='predict'):
clf.predict_proba(X)
Model serving
Graphsignal provides a built-in support for server applications. See Model Serving guide for more information.