Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Model Best SMOTE Hyperparameter Hyperprameters Best Hyperparameters Best Accuracy Through GridSearchCV

Multinomial Naive Bayes k_neighbors: 10 alpha: [0.01, 0.1, 0.3, 0.5, 1.0] alpha: 0.1 0.68
penalty: ['l1', 'l2', 'elasticnet', 'none' ] penalty': 'none'
Multinomial Logistic Regression k_neighbors: 2 C: [0.01, 0.1, 0.3, 0.5, 1.0,] C: 0.01 0.69
solver: ['lbfgs', 'newton-cg', 'sag', 'saga'] solver: 'saga'
decision_function_shape: ['ovo', 'ovr'] decision_function_shape: 'ovo'
Support Vector Machine k_neighbors: 10 0.64
C: [0.01, 0.1, 0.3, 0.5, 1.0,] C: 1.0
Random Forests k_neighbors: 3 - - -
n_neighbors: [5,6,7,8,9,10, ] n_neighbors: 5
K-Nearest Neighbour k_neighbors: 10 weights: ['uniform', 'distance'] weights: 'distance' 0.54
p: [1, 2, 3] p: 2

You might also like