Example #1
0
    def test_trans(df): return path_base_transformation(df, test_path_mod)

    test_t = test_trans(test)
Example #2
0
    def train_trans(df): return path_base_transformation(df, train_path_mod)

    # get_training_sample

    train.loc[:, "o_index"] = train.index.values
Example #3
0
    def dev_trans(df): return path_base_transformation(df, dev_plus_mod)

    def test_trans(df): return path_base_transformation(df, test_path_mod)
Example #4
0
 def train_trans(df):
     return path_base_transformation(df, train_path_mod)