We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
multi_model_
Given several methods, multi_model_1 should be able to match arguments only for the method in question and not throw warnings.
multi_model_1
Something like:
[multi_model_1(train,"dist","speed",method = c("glm","lm"),metric = "rmse",control = ctrl,new_data = test,family="poisson")
should not throw any warnings.
Similarly, perhaps have several metrics eg c("accuracy","rmse") and match these to the relevant model?
c("accuracy","rmse")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given several methods,
multi_model_1
should be able to match arguments only for the method in question and not throw warnings.Something like:
should not throw any warnings.
Similarly, perhaps have several metrics eg
c("accuracy","rmse")
and match these to the relevant model?The text was updated successfully, but these errors were encountered: