Palash Tyagi
|
3d11226d57
|
Update machine learning documentation for clarity and completeness
|
2025-08-04 00:04:36 +01:00 |
|
Palash Tyagi
|
039fb1a98e
|
Enhance utilities documentation with additional date and random number examples
|
2025-08-04 00:04:07 +01:00 |
|
Palash Tyagi
|
31a5ba2460
|
Improve data manipulation examples
|
2025-08-04 00:02:46 +01:00 |
|
Palash Tyagi
|
1a9f397702
|
Add more statistical routines and examples
|
2025-08-04 00:02:17 +01:00 |
|
Palash Tyagi
|
ecd06eb352
|
update format in README
|
2025-08-03 23:28:19 +01:00 |
|
Palash Tyagi
|
ae327b6060
|
Update user guide build script path in CI workflows
|
2025-08-03 23:28:03 +01:00 |
|
Palash Tyagi
|
83ac9d4821
|
Remove local build instructions from the introduction of the user guide
|
2025-08-03 23:25:17 +01:00 |
|
Palash Tyagi
|
ae27ed9373
|
Add instructions for building the user guide
|
2025-08-03 23:25:13 +01:00 |
|
Palash Tyagi
|
c7552f2264
|
Simplify user guide build steps in CI workflows
|
2025-08-03 23:24:54 +01:00 |
|
Palash Tyagi
|
3654c7053c
|
Refactor build process
|
2025-08-03 23:23:10 +01:00 |
|
Palash Tyagi
|
1dcd9727b4
|
Update output directory structure for user guide and index files
|
2025-08-03 23:15:54 +01:00 |
|
Palash Tyagi
|
b62152b4f0
|
Update output directory for user guide and artifact upload in CI workflow
|
2025-08-03 23:01:54 +01:00 |
|
Palash Tyagi
|
a6a901d6ab
|
Add step to install mdBook for user guide build in CI workflows
|
2025-08-03 22:16:53 +01:00 |
|
Palash Tyagi
|
676af850ef
|
Add step to test user guide build in CI workflow
|
2025-08-03 22:13:25 +01:00 |
|
Palash Tyagi
|
ca2ca2a738
|
Add link to User Guide in the main index page
|
2025-08-03 22:11:15 +01:00 |
|
Palash Tyagi
|
4876a74e01
|
Add user guide build and output steps to CI workflow
|
2025-08-03 22:11:10 +01:00 |
|
Palash Tyagi
|
b78dd75e77
|
Add build script for RustFrame user guide using mdBook
|
2025-08-03 22:07:38 +01:00 |
|
Palash Tyagi
|
9db8853d75
|
Add user guide configuration and update .gitignore
|
2025-08-03 22:07:32 +01:00 |
|
Palash Tyagi
|
9738154dac
|
Add user guide examples
|
2025-08-03 22:07:18 +01:00 |
|
|
7d0978e5fb
|
Merge pull request #68 from Magnus167/update-docs
Enhance documentation with usage examples
|
2025-08-03 17:45:29 +01:00 |
|
Palash Tyagi
|
ed01c4b8f2
|
Enhance documentation with usage examples for crate::compute::models
|
2025-08-03 16:48:37 +01:00 |
|
Palash Tyagi
|
e6964795e3
|
Enhance documentation with usage examples for statistical routines and utilities
|
2025-08-03 16:48:02 +01:00 |
|
Palash Tyagi
|
d1dd7ea6d2
|
Enhance documentation with usage examples for core data-frame structures and operations
|
2025-08-03 16:46:20 +01:00 |
|
Palash Tyagi
|
676f78bb1e
|
Enhance documentation with usage examples for boolean and series operations
|
2025-08-03 16:45:30 +01:00 |
|
Palash Tyagi
|
f7325a9558
|
Enhance documentation with usage examples for date generation utilities
|
2025-08-03 16:45:15 +01:00 |
|
Palash Tyagi
|
18b9eef063
|
Enhance documentation with usage examples for random number generation utilities
|
2025-08-03 16:45:00 +01:00 |
|
Palash Tyagi
|
f99f78d508
|
Update section headers in README.md for consistency
|
2025-08-03 16:44:34 +01:00 |
|
|
2926a8a6e8
|
Merge pull request #66 from Magnus167/update-readme
Update README
|
2025-08-03 00:30:28 +01:00 |
|
|
d851c500af
|
Merge pull request #67 from Magnus167/comments-cleanup
Cleanup comments and formatting
|
2025-08-02 22:03:14 +01:00 |
|
Palash Tyagi
|
d741c7f472
|
Remove expected output comments from matrix operations examples in README.md
|
2025-08-02 21:59:42 +01:00 |
|
Palash Tyagi
|
7720312354
|
Improve comments for clarity in logistic regression, stats overview, PCA, correlation, descriptive statistics, and matrix tests
|
2025-08-02 21:59:22 +01:00 |
|
Palash Tyagi
|
5509416d5f
|
Remove unused logo comment from README.md
|
2025-08-02 21:22:01 +01:00 |
|
Palash Tyagi
|
a451ba8cc7
|
Clean up comments and formatting in Game of Life example
|
2025-08-02 21:21:09 +01:00 |
|
Palash Tyagi
|
bce1bdd21a
|
Update README
|
2025-07-31 22:52:29 +01:00 |
|
|
af70f9ffd7
|
Merge pull request #65 from Magnus167/win-random
Refactor CryptoRng for cross-platform secure random byte generation
|
2025-07-29 23:29:58 +01:00 |
|
Palash Tyagi
|
7f33223496
|
Fix type name for BCRYPT_ALG_HANDLE in win_fill function
|
2025-07-29 23:25:07 +01:00 |
|
Palash Tyagi
|
73dbb25242
|
Refactor CryptoRng implementation for Windows and Unix, adding support for secure random byte generation on Windows.
|
2025-07-29 23:23:04 +01:00 |
|
|
4061ebf8ae
|
Merge pull request #64 from Magnus167/randomx
Implement built-in random number generation utilities
|
2025-07-29 22:21:29 +01:00 |
|
Palash Tyagi
|
ef322fc6a2
|
Refactor assertions in tests to simplify error messages for KMeans, CryptoRng, and Prng modules
|
2025-07-29 22:15:45 +01:00 |
|
Palash Tyagi
|
750adc72e9
|
Add missing #[cfg(test)] attribute to tests module in activations.rs
|
2025-07-29 21:42:47 +01:00 |
|
Palash Tyagi
|
3207254564
|
Add examples for random number generation and statistical tests
|
2025-07-29 00:36:14 +01:00 |
|
Palash Tyagi
|
2ea83727a1
|
enhance unittests for all random functionalities
|
2025-07-29 00:36:05 +01:00 |
|
Palash Tyagi
|
3f56b378b2
|
Add unit tests for SliceRandom trait and shuffle functionality
|
2025-07-28 23:12:20 +01:00 |
|
Palash Tyagi
|
afcb29e716
|
Add extensive tests for Prng functionality, including range checks and distribution properties
|
2025-07-28 23:11:54 +01:00 |
|
Palash Tyagi
|
113831dc8c
|
Add comprehensive tests for CryptoRng functionality and distribution properties
|
2025-07-28 23:11:26 +01:00 |
|
Palash Tyagi
|
289c70d9e9
|
Refactor tests to remove unused random number generator tests and enhance range sample validation
|
2025-07-28 23:11:17 +01:00 |
|
Palash Tyagi
|
cd13d98110
|
Remove rand dependency from Cargo.toml
|
2025-07-28 20:37:37 +01:00 |
|
Palash Tyagi
|
b4520b0d30
|
Update README to reflect built-in random number generation utilities
|
2025-07-28 20:37:24 +01:00 |
|
Palash Tyagi
|
5934b163f5
|
Refactor random number generation to use rustframe's random module
|
2025-07-28 20:37:08 +01:00 |
|
Palash Tyagi
|
4a1843183a
|
Add documentation for the random module
|
2025-07-28 20:36:52 +01:00 |
|