Skip to content

Commit

Permalink
[SW-226] ROC curve rendered for SVM plots in Sparkling Water
Browse files Browse the repository at this point in the history
  • Loading branch information
mdymczyk committed Nov 18, 2016
1 parent d2a016d commit 1be8cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/components/model-output.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ H2O.ModelOutput = (_, _go, _model, refresh) ->
if confusionMatrix = output.cross_validation_metrics?.cm?.table
renderMultinomialConfusionMatrix 'Cross Validation Metrics - Confusion Matrix', confusionMatrix

when 'gbm', 'drf'
when 'gbm', 'drf', 'svm'
if table = _.inspect 'output - Scoring History', _model
if table.schema['validation_logloss'] and table.schema['training_logloss']
renderPlot 'Scoring History - logloss', no, _.plot (g) ->
Expand Down

0 comments on commit 1be8cf3

Please sign in to comment.