PhilippPro / tuneRanger

Automatic tuning of random forests
33 stars 9 forks source link

Feature request: Accepting data.table objects and possible use of the mlr3verse package #15

Open nikosGeography opened 1 month ago

nikosGeography commented 1 month ago

Hi, thank you for developing such a great package. This is not a question, rather a feature request, so feel free to close the issue if you think it shouldn't be here. I was wondering if there any plans to include the mlr3versepackage to create a task and then feed this to the tuneRanger() function. The mlr3uses data.tables instead of data.frames with the former being faster for larger datasets.

Thanks.

PhilippPro commented 1 month ago

Dear Nikos,

thanks for the input. I will update the package once I find time for it. Feel free to also propose a solution yourself.

Best regards, Philipp

nikosGeography commented 1 month ago

Hi, I'd like to help but I have no knowledge about creating packages. :(