mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-19 23:20:01 +00:00
Compare commits
20 Commits
7ecfa0afe9
...
346774ef69
Author | SHA1 | Date | |
---|---|---|---|
![]() |
346774ef69 | ||
1fead78b69 | |||
![]() |
6fb32e743c | ||
cd3aa84e60 | |||
27275e2479 | |||
9ef719316a | |||
960fd345c2 | |||
325e75419c | |||
b1dc18d05b | |||
8cbb957764 | |||
b937ed1cdf | |||
2e071a6974 | |||
689169bab2 | |||
a45a5ecf4e | |||
84e1b423f4 | |||
197739bc2f | |||
d2c2ebca0f | |||
f5f3f2c100 | |||
9fcb1ea2cf | |||
![]() |
623303cf72 |
@ -1,11 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustframe"
|
name = "rustframe"
|
||||||
authors = ["Palash Tyagi (https://github.com/Magnus167)"]
|
authors = ["Palash Tyagi (https://github.com/Magnus167)"]
|
||||||
version = "0.0.1-a.20250716"
|
version = "0.0.1-a.20250804"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A simple dataframe library"
|
description = "A simple dataframe and math toolkit"
|
||||||
|
documentation = "https://magnus167.github.io/rustframe/"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "rustframe"
|
name = "rustframe"
|
||||||
|
@ -50,6 +50,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.
|
||||||
@ -59,6 +65,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