JuliaAI / MLJModelInterface.jl

Lightweight package to interface with MLJ
MIT License
37 stars 8 forks source link

Adding flat_params function #177

Closed pebeto closed 1 year ago

pebeto commented 1 year ago

This PR solves the requested by @ablaom in #176. The previous implementation has been simplified by the use of the holy traits pattern.

codecov-commenter commented 1 year ago

Codecov Report

Merging #177 (9cc45b8) into dev (60ea476) will increase coverage by 0.23%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##              dev     #177      +/-   ##
==========================================
+ Coverage   88.97%   89.21%   +0.23%     
==========================================
  Files           8        8              
  Lines         372      380       +8     
==========================================
+ Hits          331      339       +8     
  Misses         41       41              
Files Changed Coverage Δ
src/parameter_inspection.jl 100.00% <100.00%> (ø)