Skip to content

Commit

Permalink
Allow scoring comparison across datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jul 17, 2014
1 parent bebc0ca commit 02686db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/scripts/scoring-selection-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Steam.ScoringSelectionView = (_) ->
return 'Remove pending scorings from your selection.' if some selections, (selection) -> not selection.isReady()
return 'Remove failed scorings from your selection.' if some selections, (selection) -> selection.hasFailed()
return 'Remove comparison tables from your selection.' if some selections, (selection) -> selection.type is 'comparison'
return 'Ensure that all selected scorings refer to conforming datasets.' unless valuesAreEqual selections, (selection) -> selection.data.input.frameKey
return 'Ensure that all selected scorings belong to the same model category.' unless valuesAreEqual selections, (selection) -> selection.data.input.model.model_category
return 'Ensure that all selected scorings refer to the same response column.' unless valuesAreEqual selections, (selection) -> selection.data.input.model.response_column_name

Expand Down

0 comments on commit 02686db

Please sign in to comment.