ferrolearn-linear 0.1.0

Linear models for the ferrolearn ML framework
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 = "2024"
rust-version = "1.85"
name = "ferrolearn-linear"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linear models for the ferrolearn ML framework"
readme = "README.md"
keywords = [
    "machine-learning",
    "linear-regression",
    "logistic-regression",
    "ridge",
    "lasso",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dollspace-gay/ferrolearn"

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

[[test]]
name = "oracle_tests"
path = "tests/oracle_tests.rs"

[[test]]
name = "proptest_invariants"
path = "tests/proptest_invariants.rs"

[[test]]
name = "sklearn_equivalence"
path = "tests/sklearn_equivalence.rs"

[dependencies.faer]
version = "0.24"

[dependencies.ferrolearn-core]
version = "0.1.0"

[dependencies.ndarray]
version = "0.17"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.9"

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

[dev-dependencies.float-cmp]
version = "0.10"

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

[dev-dependencies.serde_json]
version = "1.0"