ghostflow-data 1.0.0

Data loading utilities for GhostFlow ML framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "ghostflow-data"

version = "1.0.0"

edition = "2021"

description = "Data loading utilities for GhostFlow ML framework"

license = "MIT OR Apache-2.0"

repository = "https://github.com/choksi2212/ghost-flow"

homepage = "https://github.com/choksi2212/ghost-flow"

documentation = "https://docs.rs/ghostflow-data"

keywords = ["data-loading", "dataset", "machine-learning", "preprocessing"]

categories = ["science", "algorithms"]

readme = "../README.md"



[dependencies]

ghostflow-core = { version = "1.0.0", path = "../ghostflow-core" }

rand = "0.8"

rayon = "1.8"