When running `examples/scripts/binary_classifier_marketing.py` I got warning: ``` y_true takes value in {'no', 'yes'} and pos_label is not specified: either make y_true take value in {0, 1} or {-1, 1} or pass pos_label explicitly. ```