-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyperparameters should be a mutable struct (not a named tuple) #119
Comments
Let's make it a |
Oh but does it have to be a mutable struct for MLJ? Maybe we just make a little wrapper? Would be annoying for users to have to do it from scratch each time |
Yeah MLJ needs to be able to access with What if we make a mutable struct that wraps a |
Yep, I like it. |
Currently https://github.com/JuliaCollections/PropertyDicts.jl already supports getproperty. Once that package is registered, we could make a PR to add support for setproperty! for Symbol keys. |
That way we can do hyperparameter optimization with MLJ.
The text was updated successfully, but these errors were encountered: