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

Split datasets to train datasets and validation datasets. #490

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

KFilippopolitis
Copy link
Contributor

No description provided.

Copy link
Member

@ThanKarab ThanKarab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss on Monday!

exareme2/controller/services/api/algorithm_request_dtos.py Outdated Show resolved Hide resolved
exareme2/algorithms/specifications.py Show resolved Hide resolved
@KFilippopolitis KFilippopolitis force-pushed the updated_inputdata_with_validation_datasets branch from 05e6e85 to 0089a7c Compare July 22, 2024 10:07
@KFilippopolitis KFilippopolitis force-pushed the updated_inputdata_with_validation_datasets branch from 0089a7c to fd24d6f Compare July 22, 2024 10:20
@KFilippopolitis KFilippopolitis merged commit fcb3188 into master Jul 22, 2024
7 checks passed
@KFilippopolitis KFilippopolitis deleted the updated_inputdata_with_validation_datasets branch July 22, 2024 10:51
Copy link
Member

@ThanKarab ThanKarab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review.

def _validate_data_model(requested_data_model: str, available_datasets_per_data_model):
if requested_data_model not in available_datasets_per_data_model.keys():
raise BadUserInput(f"Data model '{requested_data_model}' does not exist.")
def _ensure_validation_criteria(validation_datasets: List[str], validation: bool):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this context we don't know what validation is.

Rename to algorithm_specification_validation_flag ?

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.

2 participants