Skip to content

Commit

Permalink
update 0.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
itlubber committed Feb 29, 2024
1 parent 79dee0b commit 2120cad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ scorecardpy
ortools
ropwr>=0.4.0
optbinning
category-encoders
CairoSVG>=2.7.0
graphviz>=0.20.1
dtreeviz>=2.2.1
reportlab
svglib
category-encoders>=2.6.0
sklearn_pandas
sklearn2pmml
pypmml
Expand Down
2 changes: 1 addition & 1 deletion scorecardpipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .rule import Rule


__version__ = "0.1.31"
__version__ = "0.1.32"
__all__ = (
"__version__"
, "FeatureSelection", "FeatureImportanceSelector", "StepwiseSelection", "Combiner", "WOETransformer"
Expand Down

0 comments on commit 2120cad

Please sign in to comment.