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

MERF for classification #34

Closed
MarconiS opened this issue Feb 7, 2020 · 1 comment
Closed

MERF for classification #34

MarconiS opened this issue Feb 7, 2020 · 1 comment

Comments

@MarconiS
Copy link

MarconiS commented Feb 7, 2020

Hi!

I was looking for a solution to include random effect to a random forest classifier for tree species identification, and gladly found your repo. My understanding of the MERF code in merf.py, the algorithm right now can perform regression but the EM is not designed to optimize a classification problem.

If I understood it correctly, the main issue to make it happen is in identifying the equivalent of yi - f_hai_i in the context of classification (maybe using cross entropy?). Would you be interested in adding this feature to the package?

Any thought if substituting yi - f_hat_i to cross.entropy(yi, f_hat_i) would break the math of the MERF?

Thank you so much for putting this repo together,
Sergio

@MarconiS
Copy link
Author

MarconiS commented Feb 7, 2020

just realized this is issue is a clone of #11 . sorry for that! Closing right now

@MarconiS MarconiS closed this as completed Feb 7, 2020
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

1 participant