magnus167
  • Joined on 2025-01-23
magnus167 synced commits to refs/pull/57/merge 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
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
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 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: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
Compare 6 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-13 00:36:40 +00:00
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 compute at magnus167/rustframe from mirror 2025-07-12 23:26:41 +00:00
bda9b84987 Refactor KMeans centroid initialization to handle k=1 case by setting centroid to mean of data
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-12 23:26:41 +00:00
bda9b84987 Refactor KMeans centroid initialization to handle k=1 case by setting centroid to mean of data
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-12 01:06:41 +00:00
c24eb4a08c Relax assertion tolerance in KMeans tests to align with algorithm's convergence criteria
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-12 01:06:41 +00:00
c24eb4a08c Relax assertion tolerance in KMeans tests to align with algorithm's convergence criteria
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-12 00:46:41 +00:00
12a72317e4 Refactor KMeans fit and predict methods for improved clarity and performance
049dd02c1a Remove unreachable panic
bc87e40481 Add test for variance smoothing with zero smoothing in GaussianNB
Compare 3 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-12 00:46:41 +00:00
12a72317e4 Refactor KMeans fit and predict methods for improved clarity and performance
049dd02c1a Remove unreachable panic
bc87e40481 Add test for variance smoothing with zero smoothing in GaussianNB
Compare 4 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-12 00:26:40 +00:00
eebe772da6 Add test for invalid activation count in DenseNNConfig to ensure proper configuration
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-12 00:26:40 +00:00
eebe772da6 Add test for invalid activation count in DenseNNConfig to ensure proper configuration
Compare 2 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-12 00:06:44 +00:00
7b0d34384a Refactor test assertions to improve readability by removing error messages from assert macros
9182ab9fca Add test for PCA fit with n_components greater than n_features to verify behavior
de18d8e010 applied formatting
9b08eaeb35 applied formatting
Compare 7 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-12 00:06:43 +00:00
7b0d34384a Refactor test assertions to improve readability by removing error messages from assert macros
9182ab9fca Add test for PCA fit with n_components greater than n_features to verify behavior
de18d8e010 applied formatting
9b08eaeb35 applied formatting
a3bb509202 Add test for row_copy_from_slice to check out-of-bounds access
Compare 6 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-11 23:46:41 +00:00
b7480b20d4 Add correlation module and update exports in stats module
d5afb4e87a Refactor PCA fit method to use covariance matrix directly and improve mean calculation
493eb96a05 Implement covariance functions for matrices with comprehensive tests
58b0a5f0d9 Add broadcasting functionality for 1-row matrices with tests
Compare 4 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-11 23:46:41 +00:00
b7480b20d4 Add correlation module and update exports in stats module
d5afb4e87a Refactor PCA fit method to use covariance matrix directly and improve mean calculation
493eb96a05 Implement covariance functions for matrices with comprehensive tests
58b0a5f0d9 Add broadcasting functionality for 1-row matrices with tests
Compare 5 commits »