v1.0.0
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.