ghostflow-ml 1.0.0

Classical ML algorithms for GhostFlow
Documentation
[dependencies.ghostflow-core]
version = "1.0.0"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1.8"

[lib]
name = "ghostflow_ml"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "Classical ML algorithms for GhostFlow"
documentation = "https://docs.rs/ghostflow-ml"
edition = "2021"
homepage = "https://github.com/choksi2212/ghost-flow"
keywords = ["machine-learning", "random-forest", "svm", "clustering", "classification"]
license = "MIT OR Apache-2.0"
name = "ghostflow-ml"
readme = "README.md"
repository = "https://github.com/choksi2212/ghost-flow"
version = "1.0.0"