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

added unit test for lfda model #208

Merged
merged 3 commits into from
Aug 5, 2015
Merged

added unit test for lfda model #208

merged 3 commits into from
Aug 5, 2015

Conversation

terrytangyuan
Copy link
Contributor

I added the tests for lfda model. The following gives error:

> train(Class~., data=tr_dat, method="lfda")
Error in train.default(x, y, weights = w, ...) : 
  Model lfda is not in caret's built-in library

I am able to run lfda() or lfda.default() successfully but not through train() as seen above. Do you know how to include the model to the built-in library?

Thanks,
Yuan

topepo added a commit that referenced this pull request Aug 5, 2015
added unit test for lfda model
@topepo topepo merged commit 2fa257c into topepo:master Aug 5, 2015
@terrytangyuan terrytangyuan deleted the lfdatest branch August 5, 2015 16:31
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

Successfully merging this pull request may close these issues.

None yet

2 participants