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

TreeClassification and TreeRegression classes #26

Closed
bcjaeger opened this issue Oct 15, 2023 · 1 comment
Closed

TreeClassification and TreeRegression classes #26

bcjaeger opened this issue Oct 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bcjaeger
Copy link
Collaborator

Follow the template of TreeSurvival.

Classification should allow for binary or categorical outcomes, but initially just build it for binary outcomes

  • leaf summary can be either a vote or a probability

Regression should allow for continuous outcomes

  • leaf summary is a mean or some other summary
@bcjaeger bcjaeger added the enhancement New feature or request label Oct 15, 2023
@bcjaeger
Copy link
Collaborator Author

Fixed with #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant