Skip to content
Yin Lou edited this page Apr 2, 2016 · 2 revisions

Machine Learning Tool Kit

MLTK is a collection of various supervised machine learning algorithms, which is designed for directly training models and further development. For questions or suggestions with the code, please email machinelearningtoolkit@gmail.com.

Currently MLTK supports:

  • Generalized Linear Models
    • Ridge
    • Lasso
    • Elastic Net
    • Group Lasso
  • Generalized Additive Models
  • Regression Trees
  • Tree Ensembles
    • Random Forests
    • Boosted Trees
    • Additive Groves