egenn / rtemis

Advanced Machine Learning and Visualization
https://rtemis.org
GNU General Public License v3.0
137 stars 19 forks source link

Linear Model Wrapper not Ported #42

Closed abresler closed 2 years ago

abresler commented 2 years ago

Stathis,

Looks like LM and a couple of other functions aren't ported to the new s_ API {looks like s.GLS, s.H20GBM, s.H20RF, s.IRF, s.KNN, s.LDA, s.LOESS, s.NBAYES, s.RLM} are not yet ported and break using rtemis::learn.

Thanks for the amazing work!

egenn commented 2 years ago

Thanks a lot, Alex. Yes, hadn't finished cleaning up. Should be good now with 39f7b5c12e5fc67e54842974705720d93b85c532. Of course, let me know if any other issues come up.

All the best