Merge cd3aa84e6019bad5492e9cbc6948caf6c0e0f726 into 6abf4ec983ccf1c352dda445adafb8bbe54e91e1

This commit is contained in:
Palash Tyagi 2025-07-20 09:29:58 +01:00 committed by GitHub
commit 38e44a44d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 memoryefficient (yet)** - footprint needs work. - **Not memoryefficient (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.
--- ---