python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to specify Search Space in Auto-Sklearn
I know how to specify Feature Selection methods and the list of the Algorithms used in Auto-Sklearn 2.0
mdl = autosklearn.classification.AutoSklearnClassifier(
include = {
'classifier': [...

asmgx
Votes: 0
Answers: 1
What is the code for Logistic Regression and MLP
I am trying to use AutoSklearn with a specific list of algorithms
Logistic Regression
Random Forest
Gaussian NB
SVC
ADA
MLP
I know I can use these parameters.
mdl = autosklearn.classification.AutoSkl...

asmgx
Votes: 0
Answers: 1