JuliaAI / MLJTuning.jl

Hyperparameter optimization algorithms for use in the MLJ machine learning framework
MIT License
66 stars 12 forks source link

Set cache=false in resampling machines #114

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

This eliminates copying of data that serves no purpose.

codecov-io commented 3 years ago

Codecov Report

Merging #114 (0d6247f) into dev (4c611f8) will decrease coverage by 14.80%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              dev     #114       +/-   ##
===========================================
- Coverage   88.40%   73.59%   -14.81%     
===========================================
  Files          12       11        -1     
  Lines         500      428       -72     
===========================================
- Hits          442      315      -127     
- Misses         58      113       +55     
Impacted Files Coverage Δ
src/tuned_models.jl 68.79% <100.00%> (-21.74%) :arrow_down:
src/learning_curves.jl 56.00% <0.00%> (-39.75%) :arrow_down:
src/tuning_strategy_interface.jl 33.33% <0.00%> (-33.34%) :arrow_down:
src/selection_heuristics.jl 92.85% <0.00%> (-7.15%) :arrow_down:
src/strategies/explicit.jl 88.88% <0.00%> (-2.03%) :arrow_down:
src/strategies/grid.jl 97.43% <0.00%> (-0.24%) :arrow_down:
src/utilities.jl 100.00% <0.00%> (ø)
src/plotrecipes.jl 0.00% <0.00%> (ø)
src/strategies/random_search.jl 100.00% <0.00%> (ø)
... and 3 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 4c611f8...0d6247f. Read the comment docs.