Skip to content
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

Undocumented act and opt arguments #22

Open
ParadaCarleton opened this issue Oct 16, 2023 · 1 comment
Open

Undocumented act and opt arguments #22

ParadaCarleton opened this issue Oct 16, 2023 · 1 comment

Comments

@ParadaCarleton
Copy link

It looks like some of these arguments (act and opt) aren't documented:

julia> spline = el.EvoSplineRegressor(nrounds=16, eta=0.1)
[ Info: Following 9 arguments were not provided and will be set to default: batchsize, opt, L2, act, knots, T, loss, rng, device.
EvoSplineRegressor(
  nrounds = 16, 
  opt = :Adam, 
  batchsize = 1024, 
  act = :relu, 
  eta = 0.1f0, 
  L2 = 0.0f0, 
  knots = nothing, 
  rng = Random.MersenneTwister(123), 
  device = :cpu)
@jeremiedb
Copy link
Owner

Thansk for your interest. This lack of documentation reflects the experimental status of the Splines module :)
Some doc and API revamp would certainly be welcome. I'll get back at it but it's less high on my priority, from few days to couple of weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants