Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Jul 26, 2023
1 parent 611c7e3 commit 09a3c04
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions alpha_automl/hyperparameter_tuning/smac_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,6 @@
1024
],
"default": 0.1
},
"penalty": {
"type": "Categorical",
"value": [
"l2",
"l1"
],
"default": "l2"
}
},
"sklearn.linear_model.PassiveAggressiveClassifier": {},
Expand Down Expand Up @@ -245,14 +237,6 @@
1024
],
"default": 0.1
},
"penalty": {
"type": "Categorical",
"value": [
"l2",
"l1"
],
"default": "l2"
}
},
"sklearn.svm.SVC": {
Expand Down

0 comments on commit 09a3c04

Please sign in to comment.