JuliaAI / MLJTuning.jl

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

Suppress data caching in `TunedModel` machines, at outer level #173

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

to close #171

codecov-commenter commented 2 years ago

Codecov Report

Merging #173 (5fc1096) into dev (32b502e) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #173      +/-   ##
==========================================
+ Coverage   87.21%   87.23%   +0.02%     
==========================================
  Files          12       12              
  Lines         618      619       +1     
==========================================
+ Hits          539      540       +1     
  Misses         79       79              
Impacted Files Coverage Δ
src/tuned_models.jl 93.50% <100.00%> (+0.02%) :arrow_up:

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 32b502e...5fc1096. Read the comment docs.

ablaom commented 2 years ago

I have carried out a good deal of integration tests using the (experimental) MLJTestIntegration using this branch with no problems.