Skip to content

Small fixes

Latest

Choose a tag to compare

@AdrianAntico AdrianAntico released this 20 Dec 18:05
· 2 commits to main since this release

The regression report had an issue when I added the deciles output to the report for the classification case. That's been fixed.

For the create_model_data function, RetroFit will no longer throw an error if you pass a single string variable name to either NumericColumnNames, CategoricalColumnNames, or TextColumnNames. Additionally, if a user passes a list to TargetColumnName (e.g. ["TargetVar"], there will no downstream errors.