KI-labs / ML-Navigator

Open source tutorial-based Machine Learning framework

Home Page:https://ki-labs.github.io/ML-Navigator/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve tests in test_preprocessing.py

atselikov opened this issue · comments

commented
  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