How to detect Model Drift in Machine Learning | Classifier based drift detection | Part 1
Drift Detection in Machine Learning
Topics Covered:
1. Prepare Data X_ref, X_h0, X_h1 for drift detection demo
2. Define a classifier based drift detector with sklearn as backend
3. Train the detector on x_ref
4. Test the drift on x_h0 and x_h1
5. Finally we will also see what will happen if drift detectors are not in place.
Notebook used: https://github.com/TripathiAshutosh/shared-documents/blob/main/sklearn_classifier_drift_detection-Live%20Demo.ipynb
If you find this video helpful, don't forget to like share and subscribe.
You can also contact me via LinkedIn for any query on Data Science and Machine Learning:
Connect in LinkedIn: https://www.linkedin.com/in/ashutoshtripathi1/
#driftdetection #modeldrift #alibi_detect #machinelearning