Registry / other / linfa
library0.8.1rscratesunverified

A Machine Learning framework for Rust

# Cargo.toml [dependencies] linfa = "0.8.1"
INSTALL
IMPORT
SIG · LINFA
L
linfa
otherrustv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Dataset
use linfa::Dataset;

Create a simple dataset

use linfa::Dataset; let data = Dataset::new( vec![vec![1.0, 2.0], vec![3.0, 4.0]], vec!["a", "b"] );
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
linfa — cargo add linfa · libregistry