Monitoring Machine Learning in Python
Hakim Elakhrass
Co-founder and CEO of NannyML
$$
No access to ground truth
$$
Alerts fatigue
import nannyml
# Load the dataset
reference, analysis, analysis_gt = nannyml.load_us_census_ma_employment_data()
Monitoring Machine Learning in Python