Skip to content

Commit

Permalink
show warnings for monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
srastatter committed Jan 31, 2024
1 parent f32f974 commit f666d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/training/00_introduction_training_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,8 @@
" auto_retraining_params=pipeline_params,\n",
" drift_thresholds={'Area': 0.000001, 'Perimeter': 0.000001},\n",
" skew_thresholds={'Area': 0.000001, 'Perimeter': 0.000001},\n",
" training_dataset=f'bq://{TRAINING_DATASET}'\n",
" training_dataset=f'bq://{TRAINING_DATASET}',\n",
" hide_warnings=False\n",
")"
]
},
Expand Down

0 comments on commit f666d57

Please sign in to comment.