v0.6.1¶
Patch release adding independent plot output control to
FeatureValidationPipeline.
FeatureValidation output control¶
FeatureValidationPipelineConfignow exposesplot_outputs: bool = True.plot_outputs=Falsesuppresses WOE figures without disabling CSV or ExcelMaster output.- Figures are generated only when both
write_outputs=Trueandplot_outputs=True. - Disabling figures no longer leaves an empty
figs/woedirectory. - 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_outputsare now accepted instead of raising an unexpected-keywordTypeError.