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

For a 0.2.10 release #223

Closed ablaom closed 1 year ago

ablaom commented 1 year ago

222 - Refactors private methods to make it useful to external packages wanting to customise behaviour

219 - Broadens training inputs to allow matrices in addition to tables

PR Checklist

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.18 :tada:

Comparison is base (452c09d) 92.73% compared to head (bf410e1) 92.92%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #223 +/- ## ========================================== + Coverage 92.73% 92.92% +0.18% ========================================== Files 11 11 Lines 303 311 +8 ========================================== + Hits 281 289 +8 Misses 22 22 ``` | [Impacted Files](https://codecov.io/gh/FluxML/MLJFlux.jl/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux) | Coverage Δ | | |---|---|---| | [src/classifier.jl](https://codecov.io/gh/FluxML/MLJFlux.jl/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux#diff-c3JjL2NsYXNzaWZpZXIuamw=) | `100.00% <100.00%> (ø)` | | | [src/core.jl](https://codecov.io/gh/FluxML/MLJFlux.jl/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux#diff-c3JjL2NvcmUuamw=) | `95.00% <100.00%> (+0.26%)` | :arrow_up: | | [src/mlj\_model\_interface.jl](https://codecov.io/gh/FluxML/MLJFlux.jl/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux#diff-c3JjL21sal9tb2RlbF9pbnRlcmZhY2Uuamw=) | `94.20% <100.00%> (ø)` | | | [src/regressor.jl](https://codecov.io/gh/FluxML/MLJFlux.jl/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux#diff-c3JjL3JlZ3Jlc3Nvci5qbA==) | `100.00% <100.00%> (ø)` | | | [src/types.jl](https://codecov.io/gh/FluxML/MLJFlux.jl/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux#diff-c3JjL3R5cGVzLmps) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flux)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.