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

[WIP] Validation data generation, removal of loss function overrides #234

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kaueltzen
Copy link
Contributor

Resolves #228 . Work in progress.

Overview

  • Replaces train_test_split with explicit generation of validation data that is reproducible, shuffled and stratified (if classification tasks are present)
  • Removes override of loss function for classification tasks

TODO

  • rework determination of classification targets / most imbalanced classification target (?)
  • enable passing of loss function for model evaluation for classification tasks

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.

Non-stratified splitting and overwriting of loss function in classification tasks
1 participant