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

Apply validation on-demand #44

Open
borkowski1110 opened this issue Jul 16, 2022 · 0 comments
Open

Apply validation on-demand #44

borkowski1110 opened this issue Jul 16, 2022 · 0 comments
Assignees

Comments

@borkowski1110
Copy link
Collaborator

1: Add validation only if selected!!!
a. If validation path is present, perform validation.
b. Else if validation split is set (some %) split the training set
then add validation_split to the fit() method inside the generator, no validation generator in this case.
c. If there is no path nor split do not run the validation at all.
5. Testing set and its statistics, to ponder!

@borkowski1110 borkowski1110 self-assigned this Jul 16, 2022
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