saving work
This commit is contained in:
parent
a1631ea54b
commit
e28a296d98
8 changed files with 153 additions and 212 deletions
|
@ -77,12 +77,6 @@ def MultClassPipeline2(X_train, X_test, y_train, y_test, input_df):
|
|||
|
||||
for clf_name, clf in clfs:
|
||||
#%%
|
||||
# pipeline = Pipeline(steps=[
|
||||
# ('scaler', MinMaxScaler()),
|
||||
# #('scaler', StandardScaler()),
|
||||
# ('classifier', clf)
|
||||
# ]
|
||||
# )
|
||||
# define the data preparation for the columns
|
||||
t = [('cat', OneHotEncoder(), categorical_ix)
|
||||
, ('num', MinMaxScaler(), numerical_ix)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue