Commit Graph

9 Commits

Author SHA1 Message Date
Volodymyr Orlov
0e89113297 feat: adds KMeans clustering algorithm 2020-02-20 18:43:24 -08:00
Volodymyr Orlov
a54f7be867 Adds DecisionTree algorithm 2020-01-10 09:07:04 -08:00
Volodymyr Orlov
a4ff1cbe5f feat: simplifies LR API 2019-12-23 11:18:22 -08:00
Volodymyr Orlov
c1d7c038a6 feat: add basic Matrix implementation for ndarray 2019-12-23 10:33:19 -08:00
Volodymyr Orlov
2425419d10 Removes DenseVector 2019-12-18 10:28:15 -08:00
Volodymyr Orlov
4411b57219 Adds draft implementation of LR 2019-12-10 18:02:02 -08:00
Volodymyr Orlov
4488cc110e First version of the optimizer 2019-10-29 08:59:06 -07:00
Volodymyr Orlov
f4aec2b35e Adds SVD solver, code refactoring 2019-10-16 08:28:36 -07:00
Volodymyr Orlov
50744208a9 Adds OLS and naive linear algebra routine 2019-10-10 08:53:42 -07:00