JuliaAI / MLJModelInterface.jl

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

Add a method `params2` to recursively convert a model to a nested named tuple #176

Closed ablaom closed 1 year ago

ablaom commented 1 year ago

See https://github.com/JuliaAI/MLJModelInterface.jl/issues/173#issuecomment-1676463901 .

This method should not be exported. It should be property-based and not field-based.

Assigned to @pebeto.

ablaom commented 1 year ago

Okay, as discussed on call, we name this deep_params instead.

ablaom commented 1 year ago

closed by #177 (with flat_params instead of params2)