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

biome00k.fm, Error: Unsupported type of dependent variable. #2

Open
kamaulindhardt opened this issue Jul 9, 2021 · 1 comment
Open

Comments

@kamaulindhardt
Copy link

kamaulindhardt commented Jul 9, 2021

I downloaded the GitHub folder and run the script straight on my computer. Everything is fine but when attempting to execute the function:

m.biome00k <- ranger::ranger(formula = biome00k.fm,
data = rm.biome.s,
importance="impurity",
probability=TRUE,
num.trees=151,
mtry=19,
seed = 1)

I end up with an error that the formula is not supported. Is this a bug or is it happening on my side? The error is

Error in ranger::ranger(formula = biome00k.fm, data = rm.biome.s, importance = "impurity", :
Error: Unsupported type of dependent variable.

Any suggestions?

@kamaulindhardt
Copy link
Author

I have tried on another computer and here there was no issue.. Any idea why I experienced this on the other computer and not on this one?

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

1 participant