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

initial multiclass support #191

Closed
wants to merge 1 commit into from
Closed

initial multiclass support #191

wants to merge 1 commit into from

Conversation

zachmayer
Copy link
Owner

Initial working version of multiclass ensembling. Work to be done:

  • predict.caretList return a matrix of probs, not a vector for the positive class.
  • predict.caretStack return a matrix of probs, not a vector for the positive class.
  • Internally, makePredObsMatrix just uses positive class probs. Make it use ALL class probs so we can do proper ensembling.
  • Fix the test to do a train/test split and make a confusion matrix

@coveralls
Copy link

Coverage Status

Coverage increased (+32.5%) to 96.934% when pulling dd523fa on multiclass into 27a4555 on master.

@dmpe
Copy link

dmpe commented Feb 4, 2018

@zachmayer still would like to see this being merged :) someday

@zachmayer
Copy link
Owner Author

Closing in favor of #260

@zachmayer zachmayer closed this Jun 21, 2024
@zachmayer zachmayer deleted the multiclass branch June 26, 2024 01:07
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

3 participants