跳转至

v0.6.1

Patch release adding independent plot output control to FeatureValidationPipeline.

FeatureValidation output control

  • FeatureValidationPipelineConfig now exposes plot_outputs: bool = True.
  • plot_outputs=False suppresses WOE figures without disabling CSV or ExcelMaster output.
  • Figures are generated only when both write_outputs=True and plot_outputs=True.
  • Disabling figures no longer leaves an empty figs/woe directory.
  • The field is available through the pipeline GUI/schema metadata as a toggle.

Compatibility

  • The default remains True, preserving the plotting behavior of earlier FeatureValidation releases.
  • Configurations that already pass plot_outputs are now accepted instead of raising an unexpected-keyword TypeError.