scors 0.3.0

Scores for binary classifier evaluation
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"
name = "scors"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scores for binary classifier evaluation"
homepage = "https://github.com/hanslovsky/scors"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hanslovsky/scors"

[lib]
name = "_scors"
crate-type = ["cdylib"]
path = "src/lib.rs"

[[bin]]
name = "scors"
path = "src/main.rs"

[dependencies.ndarray]
version = "0.17"

[dependencies.num]
version = "0.4.3"

[dependencies.numpy]
version = "0.28"

[dependencies.pyo3]
version = "0.28"
features = ["extension-module"]

[dependencies.rayon]
version = "1.12"

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