computational-metabolomics/structToolbox

allow fixed value for glog_transform

Closed this issue · 1 comments

Currently using model_train or model_apply tries to find an optimal value for lambda. In some cases a predefined value might be needed.

Looks like lambda is set as an output, and model_predict actually uses the lambda_opt output. So lambda will need to be set to an input and clarification around lambda vs lambda opt is needed in the documentation.