Skip to content

v1.0.0

Compare
Choose a tag to compare
@ilias-ant ilias-ant released this 12 Dec 10:25
· 7 commits to main since this release
a5e577a

validate function had a required parameter called target. This parameter is now optional.

This means that if the trainset you supply does not have a target column, you do not need to pass the target
parameter. On the other hand, if the trainset you supply does have a target column, you can (and should!) denote the
target parameter, in order to be excluded from the adversarial validation process.

At the same time, this release brings some minor upgrades to project dependencies.