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 train-test split accessible #13

Open
MaksHess opened this issue Mar 2, 2022 · 0 comments
Open

Make train-test split accessible #13

MaksHess opened this issue Mar 2, 2022 · 0 comments

Comments

@MaksHess
Copy link
Collaborator

MaksHess commented Mar 2, 2022

While the current method of creating a train-test split based on the hash of the index-column of the underlying DataFrame always leads to the same splits, even when adding new data, the underlying splits are not easily accessible to the user. The easiest solution would be to add an additional column 'is_train' to the classifier, that is updated every time Classifier.train_test_split is called.

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

No branches or pull requests

1 participant