Skip to content

Commit

Permalink
Merge pull request #1 from Thilakraj1998/main
Browse files Browse the repository at this point in the history
Update Scaling and Feature Transformation list
  • Loading branch information
Thilakraj1998 authored Sep 2, 2021
2 parents 9cf0c3a + 7a7d880 commit 9aa9cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yml/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cleaning:
col2: median

pre_processing:
scaling: StandardScalar
featureTransformation: PolynomialFeatures
scaling: StandardScalar / MinMaxScaler / RobustScaler / MaxAbsScaler
featureTransformation: PolynomialFeatures / PowerTransformer /QuantileTransformer
typeConversion: int8

train_test_split:
Expand Down

0 comments on commit 9aa9cae

Please sign in to comment.