Skip to content

Instantly share code, notes, and snippets.

@MariaLavrovskaya
Created October 15, 2019 06:56
Show Gist options
  • Save MariaLavrovskaya/aaca93f1203b5f674ca1622505fb031c to your computer and use it in GitHub Desktop.
Save MariaLavrovskaya/aaca93f1203b5f674ca1622505fb031c to your computer and use it in GitHub Desktop.
airbnb_20
# 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