Open mikeaalv opened 2 years ago
Thank you for the report! Maybe the documentation is not clear, but you need to specify the type of regularization using the regularization
parameter. Otherwise, smoothing_parameter
doesn't do anything. In fact, as you can specify a multiplier using the regularization
parameter, smoothing_parameter
is redundant and will probably be deprecated in the future.
It seems working for me. Thank you so much. Some examples on lambda search with b-spline basis would be super helpful.
Thanks for the question and the answer here. It would be great to have more examples on BasisSmoother and the GCV parameter selection. Besides, I think it also helpful to provide an independent introduction to some basic modules such as regularization
and operator
. For now, one may have to look into the source codes to custom a smoother.
Describe the bug It seems to me change
smoothing_parameter
doesn't effect result ofBasisSmoother
, particularly thescore
To Reproduce I'm using something similar to the one used in the docs
Expected behavior changing
smoothing_parameter
doesn't seem to affect the score. I'm having the updated github versionVersion information
Additional context