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

No axis projection or oblique projection split criterion exist as regression criteria #4

Open
morgsmss7 opened this issue Nov 14, 2019 · 0 comments
Assignees

Comments

@morgsmss7
Copy link

Description

There are two split criteria that are not included as regression criteria in sklearn: Axis projection in which one predictor is chosen at random to calculate MSE and Oblique projection in which outputs are projected onto a sparse line before splitting with MSE. More tests are being done to show when they perform differently than the existing criteria.

Enhancement

I plan to implement these two split criteria as subclasses to RegressionCriteria

@eigenvivek eigenvivek assigned eigenvivek and morgsmss7 and unassigned eigenvivek Nov 15, 2019
j1c added a commit that referenced this issue Dec 20, 2019
WIP: Add projection split criteria (see issue #4)
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