magnus167
  • Joined on 2025-01-23
magnus167 synced new reference random to magnus167/rustframe from mirror 2025-07-17 23:06:40 +00:00
magnus167 synced commits to random at magnus167/rustframe from mirror 2025-07-17 23:06:40 +00:00
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-17 14:16:42 +00:00
14a349c352 Merge 39a95e63d9ae7451c902949deb2fc44936127c15 into 27e9eab02829523c98744bdf9f7d780ebc352b48
27e9eab028 Merge pull request #58 from Magnus167/prep
c13fcc99f7 Remove commented-out dev-dependencies from Cargo.toml
eb9de0a647 Fix typos and improve clarity in README documentation
044c3284df Enhance README with detailed project scope, features, and compute module overview
Compare 6 commits »
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-07-17 14:16:41 +00:00
3a6a4150a6 Merge cd3aa84e6019bad5492e9cbc6948caf6c0e0f726 into 27e9eab02829523c98744bdf9f7d780ebc352b48
27e9eab028 Merge pull request #58 from Magnus167/prep
c13fcc99f7 Remove commented-out dev-dependencies from Cargo.toml
eb9de0a647 Fix typos and improve clarity in README documentation
044c3284df Enhance README with detailed project scope, features, and compute module overview
Compare 6 commits »
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-16 23:26:41 +00:00
27e9eab028 Merge pull request #58 from Magnus167/prep
c13fcc99f7 Remove commented-out dev-dependencies from Cargo.toml
eb9de0a647 Fix typos and improve clarity in README documentation
044c3284df Enhance README with detailed project scope, features, and compute module overview
ad4cadd8fb Update version in Cargo.toml and enhance README for clarity and project scope
Compare 5 commits »
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-07-16 10:56:41 +00:00
4c0af2a68c Merge cd3aa84e6019bad5492e9cbc6948caf6c0e0f726 into 34b09508f37c9d80c276472abd7b6fc7921071f9
34b09508f3 Merge pull request #57 from Magnus167/compute
a8a532f252 Remove Spearman correlation function and unused rank import from stats module
19c3dde169 Add Pearson and Spearman correlation functions to stats module
a335d29347 Simplify t-test assertion in unit test for clarity
Compare 76 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-16 01:06:42 +00:00
cb52f97923 Merge 39a95e63d9ae7451c902949deb2fc44936127c15 into 34b09508f37c9d80c276472abd7b6fc7921071f9
39a95e63d9 Merge branch 'main' into dataframe
34b09508f3 Merge pull request #57 from Magnus167/compute
a8a532f252 Remove Spearman correlation function and unused rank import from stats module
19c3dde169 Add Pearson and Spearman correlation functions to stats module
Compare 77 commits »
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-16 01:06:42 +00:00
34b09508f3 Merge pull request #57 from Magnus167/compute
a8a532f252 Remove Spearman correlation function and unused rank import from stats module
19c3dde169 Add Pearson and Spearman correlation functions to stats module
a335d29347 Simplify t-test assertion in unit test for clarity
b2f6794e05 Add inferential module to stats module exports
Compare 75 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-16 01:06:42 +00:00
39a95e63d9 Merge branch 'main' into dataframe
34b09508f3 Merge pull request #57 from Magnus167/compute
a8a532f252 Remove Spearman correlation function and unused rank import from stats module
19c3dde169 Add Pearson and Spearman correlation functions to stats module
a335d29347 Simplify t-test assertion in unit test for clarity
Compare 76 commits »
magnus167 synced and deleted reference refs/tags/refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-16 01:06:42 +00:00
magnus167 synced and deleted reference refs/tags/compute at magnus167/rustframe from mirror 2025-07-16 01:06:42 +00:00
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-15 00:06:40 +00:00
7becb5682a Merge a335d29347d22ebf97fef7dd82d26a68a76bf373 into 11330e464ba3a7f08aaf73bc918281472c503b1d
a335d29347 Simplify t-test assertion in unit test for clarity
b2f6794e05 Add inferential module to stats module exports
5f1f0970da Implement statistical tests: t-test, chi-square test, and ANOVA with corresponding unit tests
7bbfb5394f Add tests for sample variance and standard deviation calculations
Compare 6 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-15 00:06:40 +00:00
a335d29347 Simplify t-test assertion in unit test for clarity
b2f6794e05 Add inferential module to stats module exports
5f1f0970da Implement statistical tests: t-test, chi-square test, and ANOVA with corresponding unit tests
7bbfb5394f Add tests for sample variance and standard deviation calculations
285147d52b Refactor variance functions to distinguish between population and sample variance
Compare 5 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-13 01:36:41 +00:00
8c837ae03e Merge 64722914bdc8ba5e803e30a5e51f6be9aa0cee9d into 11330e464ba3a7f08aaf73bc918281472c503b1d
64722914bd Add test for KMeans empty cluster reinitialization logic
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-13 01:36:41 +00:00
64722914bd Add test for KMeans empty cluster reinitialization logic
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-13 00:56:40 +00:00
d36a98c2f4 Merge 86ea548b4fcd14ad4b3c155905e0e66fe3c9ad67 into 11330e464ba3a7f08aaf73bc918281472c503b1d
86ea548b4f Remove test for KMeans empty cluster reinitialization
1bdcf1b113 Refactor test for KMeans empty cluster reinitialization to use distinct data points and remove redundant assertion
7c7c8c2a16 Remove redundant assertion message in empty cluster reinitialization test
4d8ed2e908 Add test for KMeans empty cluster reinitialization logic
Compare 6 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-13 00:56:40 +00:00
86ea548b4f Remove test for KMeans empty cluster reinitialization
1bdcf1b113 Refactor test for KMeans empty cluster reinitialization to use distinct data points and remove redundant assertion
7c7c8c2a16 Remove redundant assertion message in empty cluster reinitialization test
4d8ed2e908 Add test for KMeans empty cluster reinitialization logic
62d4803075 Simplify assertion for unique labels in KMeans tests when k equals m
Compare 5 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-13 00:36:40 +00:00
125a384752 Merge 19bc09fd5afdbec3031369b7a2d2bcdf856ae37a into 11330e464ba3a7f08aaf73bc918281472c503b1d
19bc09fd5a Refactor KMeans centroid initialization and improve handling of edge cases
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-13 00:36:40 +00:00
19bc09fd5a Refactor KMeans centroid initialization and improve handling of edge cases
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-12 23:26:41 +00:00
4adcfd0ccb Merge bda9b849877985f15ae082b95e60a237a344d00c into 11330e464ba3a7f08aaf73bc918281472c503b1d
bda9b84987 Refactor KMeans centroid initialization to handle k=1 case by setting centroid to mean of data
Compare 2 commits »