Cargo Features

[dependencies]
sklears-python = { version = "0.1.0-beta.1", default-features = false, features = ["pandas-integration", "parallel"] }
default = pandas-integration

The pandas-integration feature is set by default whenever sklears-python is added without default-features = false somewhere in the dependency tree.

pandas-integration default = polars
parallel

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

polars pandas-integration

Enables polars

Optional pandas integration