Allow to set a fixed level of smoothing component by component [fPCA]
Opened this issue · 0 comments
AlePalu commented
In fPCA, currently, either we set a fixed level of smoothing for all the components, or we are forced to perform a GCV or KCV selection component by component.
The fPCA
model API, under the fixed_lambda
strategy, should allow to fix a different smoothing parameter for each component, without forcing any optimal selection.