You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run a number of machine learning algorithms with different feature selection methods on survival data using the MLR3 package. For that, I am using the Benchmark() function of MLR3.
Unfortunately, filter feature selection methods of MLR3 do not support survival, yet. However, MLR package supports survival filters as shown on this page.
I would like to request for adding the survival filters of MLR to MLR3.
Thank you
The text was updated successfully, but these errors were encountered:
Most of the fs methods in that paper weren't for survival initially (some code). From strictly survival fs methods, the carsurvscore was implemented here, I implemented univariate_cox (another standard one), so I think we are very well covered
Hello there,
I want to run a number of machine learning algorithms with different feature selection methods on survival data using the MLR3 package. For that, I am using the Benchmark() function of MLR3.
Unfortunately, filter feature selection methods of MLR3 do not support survival, yet. However, MLR package supports survival filters as shown on this page.
I would like to request for adding the survival filters of MLR to MLR3.
Thank you
The text was updated successfully, but these errors were encountered: