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.
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.