Cargo Features
[dependencies]
sklears-python = { version = "0.1.0-beta.1", default-features = false, features = ["pandas-integration", "parallel"] }
- default = pandas-integration
-
The
pandas-integrationfeature is set by default wheneversklears-pythonis added withoutsomewhere in the dependency tree.default-features = false - 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