Skip to content

Commit

Permalink
fix: keep model naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Nov 13, 2019
1 parent e42d436 commit fb211be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ var models = map[string]core.ModelInterface{
"slope-one": model.NewSlopOne(nil),
"co-clustering": model.NewCoClustering(nil),
"bpr": model.NewBPR(nil),
"knn_implicit": model.NewKNNImplicit(nil),
"knn-implicit": model.NewKNNImplicit(nil),
}

/* Flags for evaluators */
Expand Down

0 comments on commit fb211be

Please sign in to comment.