Skip to content

Commit

Permalink
Update options
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao Dai committed Dec 25, 2019
1 parent 91c65d5 commit 2aae859
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azureml-designer-modules/module_specs/sar_score.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: SAR Score
version: 0.0.20
version: 0.0.21
category: Experimentation
description: |
Python SAR Recommender
Expand Down Expand Up @@ -32,7 +32,11 @@ inputs:
default: Rating
description: The metric of ranking used in item recommendation
options:
- Rating
- Rating:
- name: Remove seen items
type: Boolean
description: Flag to remove items seen in training from recommendation
default: false
- Similarity
- Popularity
- name: Top k
Expand All @@ -44,10 +48,6 @@ inputs:
type: Boolean
description: Flag to sort top k results.
default: true
- name: Remove seen items
type: Boolean
description: Flag to remove items seen in training from recommendation
default: false
- name: Normalize
type: Boolean
default: false
Expand Down

0 comments on commit 2aae859

Please sign in to comment.