I am training a model and for this I need to make an attributes section (with RFECV) and optimize the parameters of the model (GridSearchCV).
Code
model = LogisticRegression() #algoritmo
my_scorer = make_scorer(score, greater_is_better=T...
asked by
16.08.2018 / 15:33