SVM: binomial model - AUC curves are missing
Description
SVM does not contain AUC for train/validation
when
```
buildModel 'svm', {"model_id":"svm-mm","training_frame":"train","response_column":"Score","validation_frame":"validation","nfolds":0,"ignored_columns":[],"ignore_const_cols":true,"add_intercept":true,"step_size":"10","reg_param":0.01,"convergence_tol":0.001,"mini_batch_fraction":".2","threshold":0,"updater":"Simple","gradient":"LeastSquares”}```
not curves are generated
Activity
Pushed the fix into h2o-flow
Yup, i was doing manual prediction as a workaround. I did not know that it is hardcoded in Flow. The good person is Prithvi, or you can make PR to https://github.com/h2oai/h2o-flow
I would need to talk about this with someone who's maintaining FlowUI - those curves show when you make predictions using SVM models. They don't appear right after training because it's hardcoded in one of the FlowUI coffeescript files to only appear (the ROC curve) for ~2 H2O models.