saving work and wrapping up from the weekend
This commit is contained in:
parent
9839b6f8d1
commit
1436557287
3 changed files with 12 additions and 13 deletions
|
@ -62,6 +62,7 @@ Created on Tue Mar 15 11:09:50 2022
|
|||
################
|
||||
# NOTE: GS is going into pipeline,
|
||||
# Cannot get BEST model out
|
||||
# https://stackoverflow.com/questions/55609339/how-to-perform-feature-selection-with-gridsearchcv-in-sklearn-in-python
|
||||
################
|
||||
# Create pipeline
|
||||
# pipeline = Pipeline([('pre', MinMaxScaler())
|
||||
|
@ -144,7 +145,6 @@ param_grid2 = [
|
|||
'clf__solver': ['saga']
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
# step 4: create pipeline
|
||||
pipeline = Pipeline([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue