Created
June 14, 2020 11:32
-
-
Save securetorobert/bf2da213bea0427dad641472d65e069d to your computer and use it in GitHub Desktop.
Engineer cubic rooms for boston LR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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