Skip to content

Improve tests in test_preprocessing.py  #40

@atselikov

Description

@atselikov
  1. Use 3 different DF for train/test/validation
dataframe_dict = {
    "train": train_dataframe,
    "valid": train_dataframe,
    "test": train_dataframe,
}
  1. Adopt test_valid_dataset and test_test_dataset for it

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions