JuliaAI / MLJTuning.jl

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

Fix a learning curve bug for case JULIA_NUM_THREADS = 1 #166

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

In this PR we:

To reproduce, run tests after starting up Julia with env variable JULIA_NUM_THREADS = 1.

codecov-commenter commented 2 years ago

Codecov Report

Merging #166 (08cc31c) into dev (8212aff) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##              dev     #166   +/-   ##
=======================================
  Coverage   87.70%   87.70%           
=======================================
  Files          12       12           
  Lines         618      618           
=======================================
  Hits          542      542           
  Misses         76       76           
Impacted Files Coverage Δ
src/learning_curves.jl 97.02% <0.00%> (ø)

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 8212aff...08cc31c. Read the comment docs.