JuliaTrustworthyAI / LaplaceRedux.jl

Effortless Bayesian Deep Learning through Laplace Approximation for Flux.jl neural networks.
https://www.taija.org/LaplaceRedux.jl/
MIT License
39 stars 3 forks source link

fixed issue with MLJFlux.train #113

Closed pasq-cat closed 1 month ago

pasq-cat commented 2 months ago

this pull request solve an issue that was affecting the MLJ interface that passed unnoticed in the previous pull request. In particular, the chain that was passed to mlj.predict was copied before the training phase instead of after. (part of gsoc 24)

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.47%. Comparing base (1fb618e) to head (d77e6ee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ======================================= Coverage 96.47% 96.47% ======================================= Files 21 21 Lines 595 595 ======================================= Hits 574 574 Misses 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pasq-cat commented 2 months ago

@MojiFarmanbar wait