Last active
October 25, 2019 22:39
-
-
Save carlleston/426b7308d5aa4efb1990058e5be34148 to your computer and use it in GitHub Desktop.
This file contains 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
import sklearn.datasets as datasets | |
import pandas as pd | |
from sklearn.model_selection import train_test_split | |
from sklearn.preprocessing import StandardScaler | |
from sklearn.pipeline import Pipeline | |
from sklearn.ensemble import RandomForestRegressor | |
from sklearn.decomposition import PCA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment