mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
Merge cd3aa84e6019bad5492e9cbc6948caf6c0e0f726 into af70f9ffd71dc7bd9c0be0ae0c5737a02b33a5a5
This commit is contained in:
commit
a96cb41d97
@ -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