Created
October 15, 2019 06:56
-
-
Save MariaLavrovskaya/aaca93f1203b5f674ca1622505fb031c to your computer and use it in GitHub Desktop.
airbnb_20
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
# Resulted feature matrix with all of independent variables | |
X_2 = np.concatenate((scaled_columns,X_train_ohe),axis=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment