+ [ ] refactor code to include pipeline ## Code idea `estimators = [('create_split', create_train_test_sets()), ('normalize', normalize_data_frame()), ('fit', fit)] pipe = Pipeline(estimators)`