JuliaAI / MLJNaiveBayesInterface.jl

MIT License
0 stars 2 forks source link

Support LogExpFunctions 0.3 #7

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

It seems currently MLJNaiveBayesInterface doesn't support LogExpFunctions 0.3. This package uses only LogExpFunctions.softmax! which was not affected by the breaking changes in 0.3.0 (https://github.com/JuliaStats/LogExpFunctions.jl/releases/tag/v0.3.0).

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (bca7977) into master (41f00f4) will decrease coverage by 1.81%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   76.36%   74.54%   -1.82%     
==========================================
  Files           1        1              
  Lines          55       55              
==========================================
- Hits           42       41       -1     
- Misses         13       14       +1     
Impacted Files Coverage Δ
src/MLJNaiveBayesInterface.jl 74.54% <0.00%> (-1.82%) :arrow_down:

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 41f00f4...bca7977. Read the comment docs.