-
Notifications
You must be signed in to change notification settings - Fork 2
/
estimator_scores.tex
10 lines (10 loc) · 1.26 KB
/
estimator_scores.tex
1
2
3
4
5
6
7
8
9
10
\begin{tabular}{llllllllrr}
\toprule
Estimator & parameters & best\_params & Scaler & Sampler & Clusterer & Feature Selector & Interaction feature & fraction & F2-score \\
\midrule
KNeighborsClassifier & \{'n\_neighbors': [3, 5, 7, 9, 11]\} & \{'n\_neighbors': 5\} & StandardScaler & passtrough & KMeans & passthrough & passthrough & 0.01 & 0.658128 \\
LogisticRegression & \{'C': [0.1, 1, 10, 100], 'penalty': ['l1', 'l2'... & \{'C': 100, 'penalty': 'l1', 'solver': 'liblinear'\} & MinMaxScaler & passtrough & passthrough & SelectKBest & PolynomialFeatures & 0.01 & 0.660643 \\
KNeighborsClassifier & \{'n\_neighbors': [3, 5, 7, 9, 11]\} & \{'n\_neighbors': 5\} & StandardScaler & passtrough & KMeans & passthrough & passthrough & 0.01 & 0.658128 \\
LogisticRegression & \{'C': [0.1, 1, 10, 100], 'penalty': ['l1', 'l2'... & \{'C': 100, 'penalty': 'l1', 'solver': 'liblinear'\} & MinMaxScaler & passtrough & passthrough & SelectKBest & PolynomialFeatures & 0.01 & 0.660643 \\
\bottomrule
\end{tabular}