Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save securetorobert/bf2da213bea0427dad641472d65e069d to your computer and use it in GitHub Desktop.
Save securetorobert/bf2da213bea0427dad641472d65e069d to your computer and use it in GitHub Desktop.
Engineer cubic rooms for boston LR
predictors['rm_2'] = predictors['rm'].map(lambda x: x**2)
predictors['rm_3'] = predictors['rm'].map(lambda x: x**3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment