Skip to content

Question for train.py #15

Description

@CeyaoZhang

Why does the validation data directly use compute_metrics_for_classification(y_valid, y_valid_pred) but the test data use submit_predictions_for_test_set(y_test_pred)? It seems that we can also use compute_metrics_for_classification(y_test, y_test_pred).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions