MLKR + KNRegressor outperforms RFR in materials dataset #346
angelotc
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Just wanted to share my implementation of MLKR + Bagged KNRegressor. Through my team's tests, it was able to outperform RFR and performs similar to a Bagged LASSO when testing on "unseen" data. We developed our own splitter for this "unseen" data test, which can be seen from our slides (Slide 3) . Still trying to understand the math still on this, but I thought I should share.
Code example:
https://github.com/leschultz/materials_application_domain/blob/angelo_dev/examples/MLKR_KNN.py
MLKR KNN Implementation :
https://github.com/leschultz/materials_application_domain/blob/angelo_dev/mad/ml/MLKR_KNN.py
Slides:
https://docs.google.com/presentation/d/1FvytXnCkNnd-S-pfTHZeczEzPV5q6JrxVv9GtP3CsPM/edit#slide=id.g106dd184839_0_8
Beta Was this translation helpful? Give feedback.
All reactions