Commit Graph

  • 35fe68e024 Fix CI (#227) morenol 2022-11-03 13:48:16 -05:00
  • d592b628be Implement CSV reader with new traits (#209) Lorenzo 2022-11-03 15:49:00 +00:00
  • b66afa9222 Improve options conditionals Lorenzo (Mec-iS) 2022-11-03 14:58:05 +00:00
  • ba70bb941f Implement Display for NaiveBayes Lorenzo (Mec-iS) 2022-11-03 14:18:56 +00:00
  • d298709040 cargo clippy Lorenzo (Mec-iS) 2022-11-03 13:44:27 +00:00
  • e50b4e8637 Fix signature of metrics tests Lorenzo (Mec-iS) 2022-11-03 13:40:54 +00:00
  • 26b72b67f4 Add kernels' parameters to public interface Lorenzo (Mec-iS) 2022-11-03 12:30:43 +00:00
  • c56370dfca Merge branch 'development' into prdct-prb Lorenzo 2022-11-03 11:59:46 +00:00
  • 1964424589 Fix svr tests (#222) Lorenzo 2022-11-03 11:48:40 +00:00
  • deac31a2ab Refactor modules structure in src/svm Lorenzo (Mec-iS) 2022-11-02 15:28:50 +00:00
  • 4cff7da50d Merge branch 'development' of github.com:smartcorelib/smartcore into development Lorenzo (Mec-iS) 2022-11-02 15:24:06 +00:00
  • df0ae907f7 clean up svm Lorenzo (Mec-iS) 2022-11-02 15:23:56 +00:00
  • cfbd45bfc0 Support Wasi as target (#216) Lorenzo 2022-11-02 15:22:38 +00:00
  • b60329ca5d Disambiguate distances. Implement Fastpair. (#220) Lorenzo 2022-11-02 14:53:28 +00:00
  • 4b096ad558 build: fix compilation without default features (#218) morenol 2022-11-02 05:09:03 -05:00
  • 4cf7e4d7b7 Improve features (#215) Lorenzo 2022-11-01 13:56:20 +00:00
  • c3093f11f1 Fix metrics::auc (#212) Lorenzo 2022-11-01 12:50:46 +00:00
  • 78e53a28e7 apply fmt Lorenzo (Mec-iS) 2022-10-31 19:28:24 +00:00
  • a9f89a2e15 Fix conflicts Lorenzo (Mec-iS) 2022-10-31 19:22:06 +00:00
  • 083803c900 Port ensemble. Add Display to naive_bayes (#208) Lorenzo 2022-10-31 17:35:33 +00:00
  • 4f64f2e0ff Update README.md Lorenzo 2022-10-31 10:45:51 +00:00
  • 52eb6ce023 Merge potential next release v0.4 (#187) Breaking Changes Lorenzo 2022-10-31 10:44:57 +00:00
  • bb71656137 Dataset doc cleanup (#205) RJ Nowling 2022-10-30 04:32:41 -05:00
  • edbac7e4c7 Update README.md Lorenzo 2022-10-18 15:44:38 +01:00
  • 8a2bdd5a75 Update README.md Lorenzo 2022-10-13 19:47:52 +01:00
  • b823b55460 Update CONTRIBUTING.md Lorenzo 2022-10-12 12:21:09 +01:00
  • 12df301f32 fix: fix issue with iterator for svc search (#182) morenol 2022-10-02 06:15:28 -05:00
  • f8210d0af9 refactor: Try to follow similar pattern to other APIs (#180) morenol 2022-10-01 16:44:08 -05:00
  • 3c62686d6e feat: expose hyper tuning module in model_selection (#179) morenol 2022-10-01 12:47:56 -05:00
  • 9c59e37a0f Update CONTRIBUTING.md Lorenzo 2022-09-27 14:27:27 +01:00
  • 0b619fe7eb Add contribution guidelines (#178) Lorenzo 2022-09-27 14:23:18 +01:00
  • e9ed9e85ae Merge remote-tracking branch 'sm/development' into predict-probability Luis Moreno 2022-09-22 12:20:56 -04:00
  • 764309e313 make default params available to serde (#167) Montana Low 2022-09-21 19:48:31 -07:00
  • 403d3f2348 add seed param to search params (#168) Montana Low 2022-09-21 16:15:26 -07:00
  • 3a44161406 Lmm/add seeds in more algorithms (#164) morenol 2022-09-21 15:35:22 -04:00
  • 48514d1b15 Complete grid search params (#166) Montana Low 2022-09-21 12:34:21 -07:00
  • 69d8be35de Provide better output in flaky tests (#163) morenol 2022-09-20 12:12:09 -04:00
  • c21e75276a feat: allocate first and then proceed to create matrix from Vec of Ro… (#159) morenol 2022-09-20 06:29:54 -04:00
  • 6a2e10452f Make rand_distr optional (#161) morenol 2022-09-20 06:21:02 -04:00
  • 436da104d7 Update LICENSE Lorenzo 2022-09-19 18:00:17 +01:00
  • 2510ca4e9d fix: fix compilation warnings when running only with default features (#160) morenol 2022-09-19 10:44:01 -04:00
  • b6f585e60f Implement a generic read_csv method (#147) Tim Toebrock 2022-09-19 11:38:01 +02:00
  • 4685fc73e0 grid search (#154) Montana Low 2022-09-19 02:31:56 -07:00
  • 765fab659c Merge branch 'development' of github.com:smartcorelib/smartcore into mec-is/predict-probability mec-is/predict-probability Lorenzo (Mec-iS) 2022-09-14 16:20:05 +01:00
  • 0df91706f2 Remove Wasm test Lorenzo (Mec-iS) 2022-09-14 16:19:24 +01:00
  • 2e5f88fad8 Handle multiclass precision/recall (#152) Montana Low 2022-09-13 08:23:45 -07:00
  • e445f0d558 Update criterion requirement from 0.3 to 0.4 (#150) dependabot[bot] 2022-09-12 12:03:43 -04:00
  • 4d5f64c758 Add serde for StandardScaler (#148) Christos Katsakioris 2022-09-06 20:37:54 +03:00
  • 20ca5c9647 Add detailed tasks to docstring issue-11-hierarchical-clustering Lorenzo (Mec-iS) 2022-08-30 11:50:00 +01:00
  • 28c81eb358 Test case now passing without transpose Alan Race 2022-08-30 11:08:35 +02:00
  • 7f7b2edca0 Fixed test by transposing matrix Alan Race 2022-08-29 16:25:21 +02:00
  • d46b830bcd Merge branch 'development' into predict-probability Alan Race 2022-08-29 16:24:39 +02:00
  • b6fb8191eb Merge pull request #1 from smartcorelib/alanrace-predict-probs Alan Race 2022-08-29 15:57:24 +02:00
  • 3fe916988f Init issue 11 implementation Lorenzo (Mec-iS) 2022-08-26 16:14:31 +01:00
  • d305406dfd Implementation of Standard scaler (#143) Tim Toebrock 2022-08-26 16:20:20 +02:00
  • 3d2f4f71fa Add example for FastPair (#144) Lorenzo 2022-08-24 13:40:22 +01:00
  • 61db4ebd90 Add test alanrace-predict-probs Lorenzo (Mec-iS) 2022-08-24 12:34:56 +01:00
  • 2603a1f42b Add test Lorenzo (Mec-iS) 2022-08-24 11:44:30 +01:00
  • a1c56a859e Implement fastpair (#142) Lorenzo 2022-08-23 16:56:21 +01:00
  • d905ebea15 Added additional doctest and fixed indices (#141) Chris McComb 2022-08-12 17:38:13 -04:00
  • b482acdc8d Fix clippy warnings (#139) morenol 2022-07-13 21:06:05 -04:00
  • 663db0334d Added per-class probability prediction for random forests Alan Race 2022-07-11 16:08:03 +02:00
  • b4a807eb9f Add SVC::decision_function (#135) ferrouille 2022-06-21 18:48:16 +02:00
  • ff456df0a4 Update nalgebra requirement from 0.23.0 to 0.31.0 (#128) dependabot[bot] 2022-05-11 13:14:14 -04:00
  • 322610c7fb build(deps): update nalgebra requirement from 0.23.0 to 0.26.2 (#98) dependabot-preview[bot] 2022-05-11 13:04:27 -04:00
  • 70df9a8b49 Merge pull request #133 from smartcorelib/release-0.2.1 morenol 2022-05-10 08:57:53 -04:00
  • 7ea620e6fd Updates version to 0.2.1 release-0.2.1 Volodymyr Orlov 2022-05-09 16:03:05 -07:00
  • db5edcf67a Merge pull request #132 from smartcorelib/formatting-fix VolodymyrOrlov 2022-05-09 15:56:22 -07:00
  • 8297cbe67e Fixes broken build Volodymyr Orlov 2022-05-09 15:50:25 -07:00
  • 38c9b5ad2f Merge pull request #126 from ericschief/cover-tree-fix VolodymyrOrlov 2022-05-09 15:34:10 -07:00
  • 820201e920 Solve conflic with num-traits (#130) morenol 2022-05-05 10:39:18 -04:00
  • 389b0e8e67 Only sort in CoverTree::find function if there are more than k points Kiran Eiden 2022-01-04 14:50:47 -08:00
  • f93286ffbd Fix bug in cover tree KNN algorithm Kiran Eiden 2022-01-02 19:46:21 -08:00
  • 12c102d02b Allow setting seed for RandomForestClassifier and Regressor (#120) Malte Londschien 2021-11-11 01:51:24 +01:00
  • 521dab49ef Merge pull request #116 from mlondschien/issue-115 VolodymyrOrlov 2021-10-28 08:10:09 -07:00
  • 3bf8813946 Merge branch 'development' into issue-115 Malte Londschien 2021-10-28 09:54:22 +02:00
  • 7830946ecb Merge pull request #117 from morenol/lmm/fix_clippy VolodymyrOrlov 2021-10-27 11:01:16 -07:00
  • 813c7ab233 Merge pull request #110 from morenol/nb/fix_docs VolodymyrOrlov 2021-10-27 11:00:12 -07:00
  • 4397c91570 Fix clippy warnings Luis Moreno 2021-10-20 13:50:14 -05:00
  • 14245e15ad type error. Malte Londschien 2021-10-20 17:13:00 +02:00
  • d0a4ccbe20 Set keep_samples attribute. Malte Londschien 2021-10-20 17:08:52 +02:00
  • 85b9fde9a7 Another format. Malte Londschien 2021-10-20 17:04:24 +02:00
  • d239314967 Same for regressor. Malte Londschien 2021-10-14 09:59:26 +02:00
  • 4bae62ab2f Test. Malte Londschien 2021-10-14 09:47:00 +02:00
  • e8cba343ca Initial implementation of predict_oob. Malte Londschien 2021-10-14 09:33:55 +02:00
  • 0b3bf946df chore: fix clippy warnings Luis Moreno 2021-06-05 01:00:38 -04:00
  • 763a8370eb docs: fix documentation of naive bayes structs Luis Moreno 2021-06-05 00:25:34 -04:00
  • 1208051fb5 Merge pull request #103 from smartcorelib/dependabot/add-v2-config-file Luis Moreno 2021-04-29 12:40:54 -04:00
  • 436d0a089f Upgrade to GitHub-native Dependabot dependabot-preview[bot] 2021-04-29 16:13:20 +00:00
  • 92265cc979 Merge pull request #99 from smartcorelib/dependabot/cargo/num-0.4.0 Luis Moreno 2021-04-28 18:02:58 -04:00
  • 513d3898c9 build(deps): update num requirement from 0.3.0 to 0.4.0 dependabot-preview[bot] 2021-04-28 21:44:02 +00:00
  • 4b654b25ac Merge pull request #97 from smartcorelib/dependabot/cargo/ndarray-0.15 Luis Moreno 2021-04-28 17:41:56 -04:00
  • 5a2e1f1262 build(deps): update ndarray requirement from 0.14 to 0.15 dependabot-preview[bot] 2021-04-28 21:41:48 +00:00
  • 377d5d0b06 Merge pull request #96 from smartcorelib/dependabot/cargo/rand-0.8.3 Luis Moreno 2021-04-28 17:40:02 -04:00
  • 9ce448379a docs: create changelog (#102) Luis Moreno 2021-04-28 16:58:15 -04:00
  • c295a0d1bb fix: fix code to be compatible with rand 0.8, following the recommendations of https://rust-random.github.io/book/update-0.8.html and https://docs.rs/getrandom/0.2.2/getrandom/#webassembly-support Luis Moreno 2021-04-28 16:28:43 -04:00
  • 703dc9688b build(deps): update rand_distr requirement from 0.3.0 to 0.4.0 dependabot-preview[bot] 2021-04-28 20:00:23 +00:00
  • 790979a26d build(deps): update rand requirement from 0.7.3 to 0.8.3 dependabot-preview[bot] 2021-04-28 20:00:24 +00:00
  • 162bed2aa2 feat: added support to wasm (#94) Luis Moreno 2021-04-28 15:58:39 -04:00
  • 5ed5772a4e Merge pull request #95 from morenol/lmm/clippy_151 Luis Moreno 2021-04-28 00:08:27 -04:00