JuliaAI / MLJTuning.jl

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

Deprecate learning_curve! #150

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

Addresses #60. Also makes operation=nothing the default for learning curves; see #148 for the reasoning.

codecov-commenter commented 2 years ago

Codecov Report

Merging #150 (514a1ae) into dev (75fdfc2) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #150      +/-   ##
==========================================
+ Coverage   87.41%   87.60%   +0.18%     
==========================================
  Files          11       11              
  Lines         612      613       +1     
==========================================
+ Hits          535      537       +2     
+ Misses         77       76       -1     
Impacted Files Coverage Δ
src/tuned_models.jl 92.95% <ø> (ø)
src/learning_curves.jl 97.00% <100.00%> (+1.04%) :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 75fdfc2...514a1ae. Read the comment docs.