CitrineInformatics / lolo

A random forest
Apache License 2.0
41 stars 12 forks source link

Consolidate GuessTheMean implementations #299

Closed sfriedowitz closed 2 years ago

sfriedowitz commented 2 years ago

I broke these apart previously, but then realized everything besides the Learner interface actually is generic and can be implemented with the same generic class. So consolidating them here.

This is the last PR going into this feature branch before a merge to main. I do not immediately plan to cut a release though, because I may look into implementing a multi-task linear regression learner.