Skip to content

Instantly share code, notes, and snippets.

@Damian89
Created October 25, 2017 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Damian89/236adac1ef3178c360b12c932be4a506 to your computer and use it in GitHub Desktop.
Save Damian89/236adac1ef3178c360b12c932be4a506 to your computer and use it in GitHub Desktop.
preprocessor = pipeline.Pipeline(
[
('ss', preprocessing.StandardScaler()),
('ex', preprocessing.PolynomialFeatures(degree=3)),
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment