Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make target param optional #2

Merged
merged 2 commits into from
Dec 12, 2024
Merged

make target param optional #2

merged 2 commits into from
Dec 12, 2024

Conversation

ilias-ant
Copy link
Owner

@ilias-ant ilias-ant commented Dec 12, 2024

fixes #1.

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.

@ilias-ant ilias-ant added this to the 1.0.0 milestone Dec 12, 2024
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@ilias-ant ilias-ant merged commit a5e577a into main Dec 12, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make target optional
2 participants