Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FelixChop/2c1ac96d9f30cd87e3f53516b0b3b568 to your computer and use it in GitHub Desktop.
Save FelixChop/2c1ac96d9f30cd87e3f53516b0b3b568 to your computer and use it in GitHub Desktop.
pd.DataFrame(imputer_age.transform(train[['Age']]),
columns=['Age', 'Age_missing'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment