FluxML / MLJFlux.jl

Wrapping deep learning models from the package Flux.jl for use in the MLJ.jl toolbox
http://fluxml.ai/MLJFlux.jl/
MIT License
145 stars 17 forks source link

Add docstrings! #209

Closed josephsdavid closed 2 years ago

josephsdavid commented 2 years ago

With code cleaned up and (hopefully) working CI!

codecov-commenter commented 2 years ago

Codecov Report

Merging #209 (8aaa88f) into dev (b3fa3a8) will increase coverage by 0.75%. The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev     #209      +/-   ##
==========================================
+ Coverage   92.27%   93.03%   +0.75%     
==========================================
  Files           9        9              
  Lines         246      244       -2     
==========================================
  Hits          227      227              
+ Misses         19       17       -2     
Impacted Files Coverage Δ
src/classifier.jl 100.00% <ø> (ø)
src/image.jl 100.00% <ø> (ø)
src/regressor.jl 100.00% <ø> (ø)
src/types.jl 100.00% <ø> (+14.28%) :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 b3fa3a8...8aaa88f. Read the comment docs.

ablaom commented 2 years ago

Thanks @josephsdavid for your valuable contribution. 🎆