Skip to content

Poniard 0.4.0

Compare
Choose a tag to compare
@rxavier rxavier released this 21 Oct 05:39
· 20 commits to main since this release

⚠️ THIS VERSION CONTAINS BREAKING CHANGES WRT 0.3.0 ⚠️

Poniard 0.4.0 decouples preprocessing from PoniardBaseEstimator. In its place a new module poniard.preprocessing.core was added, which includes PoniardPreprocessor.

All preprocessing parameters except preprocess and custom_preprocessor have been moved to this new class.

See the preprocessing guide for more information and examples, or the API reference or the nitty gritty.

What's Changed

  • Only print non-default params in class repr by @rxavier in #31
  • Decouple preprocessor from estimator by @rxavier in #32

Full Changelog: 0.3.0...0.4.0