Commit Graph

416 Commits

Author SHA1 Message Date
Volodymyr Orlov
612bf0c1dd feat: documents metric functions 2020-08-31 13:49:25 -07:00
Volodymyr Orlov
e74b63e287 feat: documents metric functions 2020-08-31 13:48:20 -07:00
Volodymyr Orlov
ba1075d298 fix: broken links 2020-08-30 16:49:48 -07:00
Volodymyr Orlov
53ed216c4c fix: broken links 2020-08-30 16:47:19 -07:00
Volodymyr Orlov
70fbdfe413 feat: documents distance and num modules 2020-08-30 16:42:06 -07:00
Volodymyr Orlov
f7c229f167 fix: formatting 2020-08-29 20:20:36 -07:00
Volodymyr Orlov
fa0918cee3 fix: renames FloatExt to RealNumber 2020-08-29 20:17:01 -07:00
Volodymyr Orlov
8705867386 fix: turns off dead code warning in heap_select 2020-08-29 16:58:04 -07:00
Volodymyr Orlov
c34eae6a9b feat: documents KNN algorithms section 2020-08-29 16:54:58 -07:00
Volodymyr Orlov
68dca25f91 feat: puts ndarray and nalgebra bindings behind feature flags 2020-08-28 16:55:41 -07:00
Volodymyr Orlov
367ea62608 feat: new distance function parameter in KNN, extends KNN documentation 2020-08-28 15:30:52 -07:00
Volodymyr Orlov
dcf636a5f1 feat: documents KNN Classifier 2020-08-27 19:47:11 -07:00
Volodymyr Orlov
762bc3d765 fix: formatting 2020-08-27 14:17:49 -07:00
Volodymyr Orlov
e5b412451f feat: adds KNN Regressor 2020-08-27 14:17:18 -07:00
Volodymyr Orlov
f73b349f57 fix: formatting 2020-08-27 11:40:11 -07:00
Volodymyr Orlov
aa458d22fa fix: code cleanup, documentation 2020-08-27 11:37:14 -07:00
Volodymyr Orlov
7a7b0d6875 fix: updates multiple libraries 2020-08-17 08:28:28 -07:00
Volodymyr Orlov
2ece181e08 feat: adds 3 new regression metrics 2020-06-10 17:06:34 -07:00
Volodymyr Orlov
61b404afea fix: metric parameter name changed 2020-06-08 15:02:51 -07:00
Volodymyr Orlov
14113b4152 feat: adds F1 and roc_auc_score 2020-06-08 14:47:59 -07:00
Volodymyr Orlov
ee581abf70 fix: formatting 2020-06-05 18:13:28 -07:00
Volodymyr Orlov
3982ae8f10 fix: broken tests 2020-06-05 18:10:23 -07:00
Volodymyr Orlov
45cf7adf37 fix: library update, CircleCI modification 2020-06-05 18:00:56 -07:00
Volodymyr Orlov
a2784d6345 fix: cargo fmt 2020-06-05 17:52:03 -07:00
VolodymyrOrlov
685be04488 Merge pull request #1 from VolodymyrOrlov/circleci-project-setup
Add .circleci/config.yml
2020-06-05 17:49:38 -07:00
VolodymyrOrlov
9e782cb36a Add .circleci/config.yml 2020-06-05 17:47:05 -07:00
Volodymyr Orlov
c0c2029f2c feat: adds accuracy, recall and precision metrics 2020-06-05 17:39:29 -07:00
Volodymyr Orlov
e20e9ca6e0 feat: adds new distance measures + LU decomposition 2020-06-05 10:40:17 -07:00
Volodymyr Orlov
f8f1e75fe2 feat: integrates with nalgebra 2020-04-06 19:16:44 -07:00
Volodymyr Orlov
b068295dac feat: integrates with nalgebra 2020-04-06 19:16:37 -07:00
Volodymyr Orlov
eb0c36223f feat: adds serialization/deserialization methods 2020-04-03 11:12:15 -07:00
Volodymyr Orlov
5766364311 fix: minor refactoring 2020-03-31 18:24:01 -07:00
Volodymyr Orlov
8bb6013430 feat: serialization/deserialization with Serde 2020-03-31 18:19:20 -07:00
Volodymyr Orlov
1257d2c19b fix: code cleanup 2020-03-26 16:23:50 -07:00
Volodymyr Orlov
4d967858a5 fix: fixes a bug in decision_tree_regressor 2020-03-26 16:21:20 -07:00
Volodymyr Orlov
02b85415d9 feat: extends interface of Matrix to support for broad range of types 2020-03-26 15:28:26 -07:00
Volodymyr Orlov
84ffd331cd fix: refactors decision_tree_classifier 2020-03-24 11:07:05 -07:00
Volodymyr Orlov
18243e658b fix: minor refactoring 2020-03-23 18:50:58 -07:00
Volodymyr Orlov
17200fe633 feat: adds RandomForestRegressor 2020-03-23 16:56:42 -07:00
Volodymyr Orlov
18dc6bdb40 fix: minor bug in decision_tree_regressor 2020-03-23 15:32:06 -07:00
Volodymyr Orlov
6577e22111 fix: minor refactoring 2020-03-20 15:58:10 -07:00
Volodymyr Orlov
a96f303dea feat: adds Decision Tree Regressor 2020-03-20 14:51:35 -07:00
Volodymyr Orlov
87b6fab795 feat: refactors packages layout 2020-03-13 14:30:45 -07:00
Volodymyr Orlov
4f8318e933 fix: more refactoring 2020-03-13 11:24:53 -07:00
Volodymyr Orlov
cb4323f26e feat: refactors matrix decomposition routines 2020-03-12 17:32:27 -07:00
Volodymyr Orlov
7b3fa982be feat: adds PCA 2020-03-06 09:13:54 -08:00
Volodymyr Orlov
619560a1cd feat: adds SVD 2020-02-28 09:21:00 -08:00
Volodymyr Orlov
fe50509d3b fix: refactors knn and distance functions 2020-02-21 18:54:50 -08:00
Volodymyr Orlov
0e89113297 feat: adds KMeans clustering algorithm 2020-02-20 18:43:24 -08:00
Volodymyr Orlov
4359d66bfa Adds RandomForest 2020-02-14 17:32:45 -08:00