sklears-multioutput 0.2.0

Multi-output regression and classification
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.89"
name = "sklears-multioutput"
version = "0.2.0"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-output regression and classification"
homepage = "https://github.com/cool-japan/sklears"
readme = "README.md"
keywords = [
    "machine-learning",
    "multi-output",
    "multi-target",
]
categories = [
    "science",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/sklears"

[features]
default = []
serde = [
    "dep:serde",
    "sklears-core/serde",
]

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

[[bench]]
name = "multioutput_benchmarks"
path = "benches/multioutput_benchmarks.rs"
harness = false

[dependencies.scirs2-core]
version = "0.6.0"
features = [
    "random",
    "linalg",
    "serialization",
    "random",
    "array",
]
default-features = false

[dependencies.scirs2-stats]
version = "0.6.0"
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.sklears-core]
version = "0.2.0"

[dependencies.sklears-utils]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.proptest]
version = "1.11"