mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 13:00:00 +00:00
Compare commits
21 Commits
3a6a4150a6
...
38e44a44d4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
38e44a44d4 | ||
6abf4ec983 | |||
![]() |
037cfd9113 | ||
![]() |
74fac9d512 | ||
cd3aa84e60 | |||
27275e2479 | |||
9ef719316a | |||
960fd345c2 | |||
325e75419c | |||
b1dc18d05b | |||
8cbb957764 | |||
b937ed1cdf | |||
2e071a6974 | |||
689169bab2 | |||
a45a5ecf4e | |||
84e1b423f4 | |||
197739bc2f | |||
d2c2ebca0f | |||
f5f3f2c100 | |||
9fcb1ea2cf | |||
![]() |
623303cf72 |
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -151,6 +151,8 @@ jobs:
|
|||||||
mkdir -p target/doc/docs
|
mkdir -p target/doc/docs
|
||||||
mv target/doc/rustframe/* target/doc/docs/
|
mv target/doc/rustframe/* target/doc/docs/
|
||||||
|
|
||||||
|
echo "<meta http-equiv=\"refresh\" content=\"0; url=../docs/index.html\">" > target/doc/rustframe/index.html
|
||||||
|
|
||||||
mkdir output
|
mkdir output
|
||||||
cp tarpaulin-report.html target/doc/docs/
|
cp tarpaulin-report.html target/doc/docs/
|
||||||
cp tarpaulin-report.json target/doc/docs/
|
cp tarpaulin-report.json target/doc/docs/
|
||||||
|
@ -55,6 +55,12 @@ The `compute` module provides implementations for various statistical computatio
|
|||||||
- Logistic Regression
|
- Logistic Regression
|
||||||
- Principal Component Analysis
|
- Principal Component Analysis
|
||||||
|
|
||||||
|
### Coming soon
|
||||||
|
|
||||||
|
- **CSV I/O** - read/write CSV files with a simple API.
|
||||||
|
- **Date Utils** - date math, calendar slicing, indexing, and more.
|
||||||
|
- **More math** - more math functions and aggregations.
|
||||||
|
|
||||||
### Heads up
|
### Heads up
|
||||||
|
|
||||||
- **Not memory‑efficient (yet)** - footprint needs work.
|
- **Not memory‑efficient (yet)** - footprint needs work.
|
||||||
@ -64,6 +70,7 @@ The `compute` module provides implementations for various statistical computatio
|
|||||||
|
|
||||||
- Optional GPU acceleration (Vulkan or similar) for heavier workloads.
|
- Optional GPU acceleration (Vulkan or similar) for heavier workloads.
|
||||||
- Straightforward Python bindings using `pyo3`.
|
- Straightforward Python bindings using `pyo3`.
|
||||||
|
- Integration with common ML libraries, or introduce simple ML features.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user