magnus167
  • Joined on 2025-01-23
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-10 23:06:40 +00:00
37c0d312e5 Add tests for activation functions, initializers, and loss gradient in DenseNN
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-10 23:06:40 +00:00
37c0d312e5 Add tests for activation functions, initializers, and loss gradient in DenseNN
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-10 22:46:41 +00:00
e7c181f011 Refactor error handling in GaussianNB fit method to use assert instead of panic for empty class labels
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-10 22:46:41 +00:00
e7c181f011 Refactor error handling in GaussianNB fit method to use assert instead of panic for empty class labels
Compare 2 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-08 22:36:41 +00:00
2cd2e24f57 Add test for gamma_cdf_func to validate behavior for negative input
61aeedbf76 Simplify assertion in lower_incomplete_gamma test for clarity
Compare 3 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-08 22:36:41 +00:00
2cd2e24f57 Add test for gamma_cdf_func to validate behavior for negative input
61aeedbf76 Simplify assertion in lower_incomplete_gamma test for clarity
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-08 22:16:40 +00:00
8ffa278db8 Add tests for uniform and binomial distributions; enhance gamma function tests
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-08 22:16:40 +00:00
8ffa278db8 Add tests for uniform and binomial distributions; enhance gamma function tests
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-08 20:16:40 +00:00
b2a799fc30 Add test for median_horizontal function to validate horizontal median calculation
5779c6b82d Refactor median and percentile functions to handle vertical and horizontal calculations correctly; add corresponding tests for validation
Compare 2 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-08 20:16:40 +00:00
b2a799fc30 Add test for median_horizontal function to validate horizontal median calculation
5779c6b82d Refactor median and percentile functions to handle vertical and horizontal calculations correctly; add corresponding tests for validation
Compare 3 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-07 22:46:41 +00:00
a2fcaf1d52 Add tests for mean, variance, and standard deviation calculations in vertical and horizontal directions
6711cad6e2 Add from_rows_vec method to construct Matrix from a flat Vec in row-major order and include corresponding tests
Compare 3 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-07 22:46:41 +00:00
a2fcaf1d52 Add tests for mean, variance, and standard deviation calculations in vertical and horizontal directions
6711cad6e2 Add from_rows_vec method to construct Matrix from a flat Vec in row-major order and include corresponding tests
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-07 20:46:41 +00:00
46cfe43983 Add tests for row access and row_copy_from_slice methods
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-07 20:46:41 +00:00
46cfe43983 Add tests for row access and row_copy_from_slice methods
Compare 2 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-07 20:26:41 +00:00
122a972a33 Add statistical distribution functions for matrices
2a63e6d5ab Enhance Matrix implementation with generic filled method and add NaN support
Compare 3 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-07 20:26:41 +00:00
122a972a33 Add statistical distribution functions for matrices
2a63e6d5ab Enhance Matrix implementation with generic filled method and add NaN support
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-06 23:46:41 +00:00
e48ce7d6d7 Add descriptive statistics functions and module integration
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-06 23:46:41 +00:00
e48ce7d6d7 Add descriptive statistics functions and module integration
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-06 23:06:41 +00:00
a08fb546a9 fixed typo
e195481691 Refactor row access method to row_copy_from_slice for better clarity and functionality
87d14bbf5f Moved activations module and update imports in dense_nn and logreg
Compare 3 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-06 23:06:41 +00:00
a08fb546a9 fixed typo
e195481691 Refactor row access method to row_copy_from_slice for better clarity and functionality
87d14bbf5f Moved activations module and update imports in dense_nn and logreg
Compare 4 commits »