(WIP) Add support for logging hyperparameters
See #77 .
Remaining work:
- [ ] Test serializaiton of non-trivial inputs matches the same from Python: e.g. this test case.
- [ ] deserialization
- [ ] docstrings
- [ ] anything else @PhilipVinc ?
Yes, that seems about right.
If you could also write some documentation with an example for the Documenter.jl generated docs it would be great.
BTW, you have a failing test case for Julia 1.0 because of an isnothing
I know it's old, but I'm trying to support Julia LTS while we can.
Hey @dangirsh , this is a friendly bump. Are you still planning on finishing this at some point or you really don't have time for it anymore?
@PhilipVinc Unfortunately, I've recently started a non-Julia project that is consuming 100% of my time. I hope this initial attempt is a helpful start.