ryantibs / conformal

Tools for conformal inference in regression
GNU General Public License v2.0
214 stars 52 forks source link

Lasso Funs and other examples #23

Open nolanbidleman opened 9 months ago

nolanbidleman commented 9 months ago

When running examples from the r code folder, examples such as lasso.funs and elastics.funs, I keep getting an error when running it.

funs = lasso.funs(lambda = lambda) Error in !is.numeric(lambda) || min(lambda) <= 0 || (order(lambda) != : 'length = 96' in coercion to 'logical(1)'

This is the error I am getting when running these functions. Please help out if possible.