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

Train function #33

Closed
ellispatrick opened this issue Aug 10, 2022 · 3 comments
Closed

Train function #33

ellispatrick opened this issue Aug 10, 2022 · 3 comments

Comments

@ellispatrick
Copy link
Contributor

If would be good to have a train() function to complement predict() for situations where people don't need to run crossValidate.

Effectively this would take most of the same input as crossValidate() and then do a runTest.

One key distinction from crossValidate would be that for multiViewMethod is only fits one model. So by default this should be the full model unless they specify a assayCombination.

@DarioS
Copy link
Owner

DarioS commented Aug 26, 2022

A function named train doesn't suggest that prediction happens but it would. What about independentTrainTest?

@ellispatrick
Copy link
Contributor Author

ellispatrick commented Aug 26, 2022 via email

@DarioS
Copy link
Owner

DarioS commented Aug 31, 2022

Closed by ba722d2

@DarioS DarioS closed this as completed Aug 31, 2022
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