Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change hyperparameters as in ranger? #6

Closed
NamLQ opened this issue Jun 28, 2017 · 2 comments
Closed

How can I change hyperparameters as in ranger? #6

NamLQ opened this issue Jun 28, 2017 · 2 comments

Comments

@NamLQ
Copy link

NamLQ commented Jun 28, 2017

Hi!

In ranger, I can tweak these arguments: num.trees, mtry, min.node.size, splitrule, and num.random.splits. How can I do so in missRanger?

Thank you very much!

@mayer79
Copy link
Owner

mayer79 commented Jun 28, 2017

Hello,
At the moment, they are set to a fixed default (usually they work in an okay way). But I will have a look at it. It should not be tricky to implement.

@mayer79
Copy link
Owner

mayer79 commented Jun 28, 2017

Check now via "install_github" to use missRanger with ranger defaults. Use the ellipsis "..." to change the defaults.

Now you can e.g. use

irisWithNA <- generateNA(iris)
missRanger(irisWithNA, pmm.k = 3, num.trees = 200, splitrule = "extratrees")

@mayer79 mayer79 closed this as completed Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants