This website requires JavaScript.
Explore
Help
Sign In
magnus167
/
rustframe
Watch
1
Star
0
Fork
0
You've already forked rustframe
mirror of
https://github.com/Magnus167/rustframe.git
synced
2025-08-20 12:40:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rustframe
/
src
/
compute
/
models
History
Palash Tyagi
46abeb12a7
applied formatting
2025-07-06 20:43:01 +01:00
..
dense_nn.rs
applied formatting
2025-07-06 20:43:01 +01:00
gaussian_nb.rs
Refactor GaussianNB implementation for improved clarity and stability, including enhanced variance handling and additional unit tests
2025-07-06 20:13:59 +01:00
k_means.rs
Add Gaussian Naive Bayes implementation with fit and predict methods
2025-07-06 17:42:45 +01:00
linreg.rs
Refactor test module imports in LinReg to improve clarity
2025-07-06 19:17:09 +01:00
logreg.rs
Refactor LogReg implementation for improved readability by adjusting formatting and organizing imports
2025-07-06 19:17:03 +01:00
mod.rs
Add model modules for linear regression, logistic regression, dense neural network, k-means, PCA, and Gaussian Naive Bayes
2025-07-06 17:43:17 +01:00
pca.rs
Add PCA implementation with fit and transform methods
2025-07-06 17:42:56 +01:00