Skip to content

Commit

Permalink
Merge 46b0f77 into 894d259
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed Oct 3, 2019
2 parents 894d259 + 46b0f77 commit 0081422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluation/evaluate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function validate_size(recommender::Recommender, truth_data::DataAccessor)
end

function evaluate(recommender::Recommender, truth_data::DataAccessor,
metric::AccuracyMetric, k::Int=0)
metric::AccuracyMetric)
check_build_status(recommender)
n_user, n_item = validate_size(recommender, truth_data)

Expand Down

0 comments on commit 0081422

Please sign in to comment.