Skip to content

Instantly share code, notes, and snippets.

View arnaldog12's full-sized avatar
🤖
Training models...

Arnaldo Gualberto arnaldog12

🤖
Training models...
View GitHub Profile
@arnaldog12
arnaldog12 / catalog.yml
Created August 17, 2021 16:29
Kedro question on stackoverflow
train_x:
type: pandas.CSVDataSet
filepath: data/01_raw/x_train.csv
test_x:
type: pandas.CSVDataSet
filepath: data/01_raw/x_test.csv
autoencoder_scaler:
type: pickle.PickleDataSet