datarobot-community / custom-models

Various DataRobot MLOps examples
Apache License 2.0
26 stars 56 forks source link

wrong argument in `reg_X_train.pop` #10

Open ToonWeyens opened 2 years ago

ToonWeyens commented 2 years ago

reg_Y_train = reg_X_train.pop('/content/mlops-examples/drum_overview/concrete_compressive_strength') should be reg_Y_train = reg_X_train.pop('concrete_compressive_strength')

in the notebook