mlr-org / mlr

Machine Learning in R
https://mlr.mlr-org.com
Other
1.65k stars 404 forks source link

Missings property of penalized regression #125

Closed studerus closed 10 years ago

studerus commented 10 years ago

Why do regr.penalized.lasso and regr.penalized.lasso have property "missings"? I don't think that the penlized function of package penalized can deal with missing data.

berndbischl commented 10 years ago

Seems right. Will fix now

berndbischl commented 10 years ago

I removed the wrong props and added general unit test against this