oversampling

Using Smote with Gridsearchcv in Scikit-learn

Using Smote with Gridsearchcv in Scikit-learn Question: I’m dealing with an imbalanced dataset and want to do a grid search to tune my model’s parameters using scikit’s gridsearchcv. To oversample the data, I want to use SMOTE, and I know I can include that as a stage of a pipeline and pass it to gridsearchcv. …

Total answers: 1