mhahsler / recommenderlab

recommenderlab - Lab for Developing and Testing Recommender Algorithms - R package
213 stars 61 forks source link

Still showing progress with progress = FALSE #18

Closed anjoshigor closed 6 years ago

anjoshigor commented 6 years ago

The evaluate function show pass the progress and keepModel parameters down on lapply function when a list of methods is used. Refering the issue: #15

codecov-io commented 6 years ago

Codecov Report

Merging #18 into master will decrease coverage by 3.1%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage    26.5%   23.39%   -3.11%     
==========================================
  Files          30       30              
  Lines        1479     1436      -43     
==========================================
- Hits          392      336      -56     
- Misses       1087     1100      +13
Impacted Files Coverage Δ
R/evaluate.R 0% <0%> (ø) :arrow_up:
R/dissimilarity.R 40.5% <0%> (-13.43%) :arrow_down:
R/funkSVD.R 87.5% <0%> (-12.5%) :arrow_down:
R/realRatingMatrix.R 56.97% <0%> (-7.47%) :arrow_down:
R/predict.R 92.85% <0%> (-7.15%) :arrow_down:
R/AAAparameter.R 39.13% <0%> (-7.03%) :arrow_down:
R/normalize.R 84.74% <0%> (-6.44%) :arrow_down:
R/sparseNAMatrix.R 88.88% <0%> (-5.85%) :arrow_down:
R/evaluationScheme.R 0% <0%> (ø) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update acc0ac6...5c8b7e3. Read the comment docs.

mhahsler commented 6 years ago

Thanks!