Commit Graph

  • f53cb36b9d allow for sparse predictions development Konstantin Hirschfeld 2026-02-09 13:25:50 +01:00
  • 4db94badbd Update bincode requirement from 1.3.1 to 3.0.0 dependabot/cargo/bincode-3.0.0 dependabot[bot] 2026-01-19 17:02:16 +00:00
  • 5dfd83763b Update ndarray requirement from 0.15 to 0.17 dependabot/cargo/ndarray-0.17 dependabot[bot] 2026-01-19 17:02:13 +00:00
  • ff9679c970 Update rand requirement from 0.8.5 to 0.9.2 dependabot/cargo/rand-0.9.2 dependabot[bot] 2026-01-19 17:02:08 +00:00
  • 56648f1c15 Update rand_distr requirement from 0.4 to 0.5 dependabot/cargo/rand_distr-0.5 dependabot[bot] 2026-01-19 17:02:02 +00:00
  • 0af079d252 Update getrandom requirement from 0.2.8 to 0.3.4 dependabot/cargo/getrandom-0.3.4 dependabot[bot] 2026-01-19 17:01:56 +00:00
  • c57a4370ba bump version tp 0.4.9 v0.4.9 Lorenzo Mec-iS 2026-01-09 06:14:44 +00:00
  • 78f18505b1 fix LASSO (#346) Georeth Chow 2025-12-05 16:49:07 +08:00
  • 58a8624fa9 v0.4.8 (#345) v0.4.8 Lorenzo 2025-11-29 11:54:35 +09:00
  • 73f425cf3b prepare for release release-v0.4.8 Lorenzo Mec-iS 2025-11-29 02:48:59 +00:00
  • 18de2aa244 add fit_intercept to LASSO (#344) Georeth Chow 2025-11-29 10:46:14 +08:00
  • 2bf5f7a1a5 Fix LASSO (first two of #342) (#343) Georeth Chow 2025-11-28 11:15:43 +08:00
  • 0caa8306ff Modernise CI toolchain to avoid deprecation (#341) Lorenzo 2025-11-24 11:25:36 +09:00
  • 2f63148de4 fix CI (#340) Lorenzo 2025-11-24 11:07:49 +09:00
  • f9e473c919 v0.4.7 (#339) Lorenzo 2025-11-24 10:57:25 +09:00
  • 70d8a0f34b fix precision and recall calculations (#338) Charlie Martin 2025-11-23 20:46:56 -05:00
  • 0e42a97514 add serde support for XGRegressor (#337) Charlie Martin 2025-11-16 05:31:21 -05:00
  • 36efd582a5 Fix is_empty method logic in matrix.rs (#336) v0.4.6 Lorenzo 2025-11-15 14:22:42 +09:00
  • 70212c71e0 Update Cargo.toml (#333) v0.4.5 Lorenzo 2025-10-09 17:37:02 +01:00
  • 63f86f7bc9 Add with_top_k to CosineSimilarity (#332) Lorenzo 2025-10-09 17:27:54 +01:00
  • e633afa520 set min similarity for constant zeros (#331) v0.4.4 Lorenzo 2025-10-02 15:41:18 +01:00
  • b6e32fb328 Update README.md (#330) Lorenzo 2025-09-28 16:04:12 +01:00
  • 948d78a4d0 Create CITATION.cff (#329) Lorenzo 2025-09-28 15:50:50 +01:00
  • 448b6f77e3 Update README.md (#328) Lorenzo 2025-09-28 15:43:46 +01:00
  • 09be4681cf Implement cosine similarity and cosinepair (#327) v0.4.3 Lorenzo 2025-09-27 11:08:57 +01:00
  • 4841791b7e implemented extra trees (#320) v0.4.2 Daniel Lacina 2025-07-12 13:37:11 -04:00
  • 9fef05ecc6 refactored random forest regressor into reusable compoennts (#318) Daniel Lacina 2025-07-12 10:56:49 -04:00
  • c5816b0e1b refactored decision tree into reusable components (#316) Daniel Lacina 2025-07-12 05:25:53 -05:00
  • 5cc5528367 implemented xgdboost_regression (#314) Daniel Lacina 2025-07-09 09:25:45 -05:00
  • d459c48372 implemented single linkage clustering (#313) Daniel Lacina 2025-07-03 12:05:54 -05:00
  • 681fea6cbe fix clippy error single_linkage Lorenzo Mec-iS 2025-07-03 11:59:18 +01:00
  • 038108b1c3 implemented single linkage clustering bendeez 2025-07-01 14:21:22 -05:00
  • 730c0d64df implemented multiclass for svc (#308) Daniel Lacina 2025-06-16 06:00:11 -04:00
  • 44424807a0 Implement SVR and SVR kernels with Enum. Add tests for argsort_mut (#303) Lorenzo 2025-06-02 19:01:46 +09:00
  • 76d1ef610d Update Cargo.toml (#299) v0.4.1 morenol 2025-04-24 23:24:29 -04:00
  • 4092e24c2a Update README.md Lorenzo 2025-02-04 14:26:53 +00:00
  • 17dc9f3bbf Add ordered pairs for FastPair (#252) Lorenzo 2025-01-28 00:48:08 +00:00
  • a62c293244 Add another pairwise distance algorithm add-other-pairwise-distance Lorenzo Mec-iS 2025-01-28 00:30:57 +00:00
  • 39f87aa5c2 add tests to fastpair Lorenzo Mec-iS 2025-01-28 00:20:29 +00:00
  • 8cc02cdd48 fix test Lorenzo Mec-iS 2025-01-27 23:43:42 +00:00
  • d60ba63862 Merge branch 'main' of github.com:smartcorelib/smartcore into march-2023-improvements Lorenzo Mec-iS 2025-01-27 23:34:45 +00:00
  • 5dd5c2f0d0 Merge branch 'development' into march-2023-improvements Lorenzo 2025-01-27 23:28:58 +00:00
  • c8ec8fec00 Fix #245: return error for NaN in naive bayes (#246) Lorenzo 2025-01-27 23:17:55 +00:00
  • 78780787db Update ci.yml issue-50-predict-proba-for-randomforest Lorenzo 2025-01-22 12:12:07 +00:00
  • 4aee603ae4 fix test conditions Lorenzo Mec-iS 2025-01-22 12:08:11 +00:00
  • 4878042392 Merge branch 'issue-50-predict-proba-for-randomforest' of github.com:smartcorelib/smartcore into issue-50-predict-proba-for-randomforest Lorenzo Mec-iS 2025-01-20 20:13:04 +00:00
  • d427c91cef try to fix test error Lorenzo Mec-iS 2025-01-20 20:12:41 +00:00
  • 0262dae872 Merge branch 'development' of github.com:smartcorelib/smartcore into issue-50-predict-proba-for-randomforest Lorenzo Mec-iS 2025-01-20 18:51:36 +00:00
  • 5d6ed49071 Merge branch 'development' into issue-50-predict-proba-for-randomforest Lorenzo 2025-01-20 18:51:06 +00:00
  • 3da433f757 Implement predict_proba for DecisionTreeClassifier (#287) Lorenzo 2025-01-20 18:50:00 +00:00
  • bb356e6a28 fix test Lorenzo Mec-iS 2025-01-20 17:29:29 +00:00
  • 52b797d520 format Lorenzo Mec-iS 2025-01-20 17:18:09 +00:00
  • 63fa00334b Fix clippy error Lorenzo Mec-iS 2025-01-20 17:17:41 +00:00
  • 40ee35b04f Implement predict_proba for RandomForestClassifier Lorenzo Mec-iS 2025-01-20 17:15:52 +00:00
  • 5711788fd8 add proper error handling Lorenzo Mec-iS 2025-01-20 16:08:29 +00:00
  • fc7f2e61d9 format Lorenzo Mec-iS 2025-01-20 15:27:39 +00:00
  • 609f8024bc more clippy fixes Lorenzo Mec-iS 2025-01-20 15:23:36 +00:00
  • 58ee0cb8d1 Some automated fixes suggested by cargo clippy --fix Lorenzo Mec-iS 2025-01-20 15:04:21 +00:00
  • 68fd27f8f4 Implement predict_proba for DecisionTreeClassifier Lorenzo Mec-iS 2025-01-20 14:59:50 +00:00
  • 4523ac73ff Update itertools requirement from 0.12.0 to 0.13.0 (#280) v0.4.0 dependabot[bot] 2024-11-25 11:47:23 -04:00
  • ba75f9ffad chore: fix clippy (#283) morenol 2024-11-25 10:34:29 -05:00
  • cfc953b25c Merge branch 'development' into prdct-prb prdct-prb Lorenzo 2024-04-08 08:56:24 +01:00
  • 239c00428f Patch to version 0.4.0 (#257) Lorenzo 2024-03-04 13:51:27 +00:00
  • 80a93c1a0e chore: fix clippy (#276) morenol 2024-02-25 00:17:30 -05:00
  • 4eadd16ce4 Implement the feature importance for Decision Tree Classifier (#275) Tushushu 2024-02-25 12:37:30 +08:00
  • 886b5631b7 In Naive Bayes, avoid using Option::unwrap and so avoid panicking from NaN values (#274) Frédéric Meyer 2024-01-10 19:59:10 +01:00
  • 9c07925d8a Update itertools requirement from 0.11.0 to 0.12.0 (#271) dependabot[bot] 2023-11-20 22:00:34 -04:00
  • 6f22bbd150 chore: update clippy lints (#272) morenol 2023-11-20 21:54:09 -04:00
  • dbdc2b2a77 Update itertools requirement from 0.10.5 to 0.11.0 (#266) dependabot[bot] 2023-06-22 17:56:42 +01:00
  • 13bb222ca7 Merge branch 'development' into kmeans-with-fastpair kmeans-with-fastpair Lorenzo (Mec-iS) 2023-05-04 17:19:01 +01:00
  • 2d7c055154 Bump version Lorenzo 2023-05-01 13:20:17 +01:00
  • 545ed6ce2b Remove some allocations (#262) Ruben De Smet 2023-04-26 15:46:26 +02:00
  • 8939ed93b9 chore: fix clippy warnings from Rust release 1.69 (#263) morenol 2023-04-25 12:35:58 -04:00
  • 9cd7348403 Update CONTRIBUTING.md Lorenzo 2023-04-10 15:13:27 +01:00
  • bf65fe3753 Merge branch 'march-2023-improvements' into kmeans-with-fastpair Lorenzo (Mec-iS) 2023-03-24 12:09:55 +09:00
  • 074cfaf14f rustfmt Lorenzo (Mec-iS) 2023-03-24 12:06:54 +09:00
  • 393cf15534 Merge branch 'development' into march-2023-improvements Lorenzo 2023-03-24 12:05:06 +09:00
  • d52830a818 Update arrays.rs (#253) Hsiang-Cheng Yang 2023-03-24 07:15:54 +08:00
  • 80c406b37d Merge branch 'development' of github.com:smartcorelib/smartcore into march-2023-improvements Lorenzo (Mec-iS) 2023-03-21 17:38:35 +09:00
  • 50e040a7a2 Merge branch 'development' of github.com:smartcorelib/smartcore into kmeans-with-fastpair Lorenzo (Mec-iS) 2023-03-21 17:38:06 +09:00
  • 8765bd2173 Add fit_with_centroids Lorenzo (Mec-iS) 2023-03-21 17:37:58 +09:00
  • 0e1bf6ce7f Add ordered_pairs method to FastPair Lorenzo (Mec-iS) 2023-03-21 14:46:33 +09:00
  • 5bf7102fc2 Merge branch 'development' into prdct-prb Lorenzo 2023-03-21 14:03:04 +09:00
  • d15ea43975 Remove failure in case of failed upload to codecov.io Lorenzo 2023-03-20 15:08:30 +00:00
  • f498f9629e Implement realnum::rand (#251) v0.3.1 Lorenzo 2023-03-20 23:45:44 +09:00
  • 7d059c4fb1 Update README.md Lorenzo 2023-03-20 11:54:10 +00:00
  • 97604a2d83 Merge branch 'development' into prdct-prb Lorenzo 2023-01-27 10:42:48 +00:00
  • c7353d0b57 Run cargo clippy --fix (#250) morenol 2023-01-27 06:41:18 -04:00
  • dae556776c Merge branch 'development' into prdct-prb morenol 2023-01-26 20:14:05 -04:00
  • 83dcf9a8ac Delete iml file Lorenzo 2022-11-10 14:09:55 +00:00
  • 24d80a0c9a Merge branch 'development' into prdct-prb Lorenzo 2022-11-09 16:31:03 +00:00
  • 0c9c70f8d2 Merge main Lorenzo (Mec-iS) 2022-11-09 12:05:17 +00:00
  • 3126ee87d3 Pin deps version Lorenzo (Mec-iS) 2022-11-09 12:03:03 +00:00
  • 62de25b2ae Handle kernel serialization (#232) v0.3.0 morenol 2022-11-08 11:18:05 -05:00
  • 7d87451333 Fixes for release (#237) morenol 2022-11-08 11:07:14 -05:00
  • 265fd558e7 make work cargo build --target wasm32-unknown-unknown Lorenzo (Mec-iS) 2022-11-08 15:35:04 +00:00
  • e25e2aea2b update CHANGELOG Lorenzo (Mec-iS) 2022-11-08 15:17:31 +00:00
  • 2f6dd1325e update comment Lorenzo 2022-11-08 14:23:13 +00:00
  • b0dece9476 use getrandom/js Lorenzo (Mec-iS) 2022-11-08 14:19:40 +00:00
  • c507d976be Update CHANGELOG Lorenzo (Mec-iS) 2022-11-08 13:59:49 +00:00