0% found this document useful (0 votes)
4 views

ML Algorithm Reference TwoPage

The document provides a reference for various machine learning algorithms, detailing their types, metrics, cross-validation methods, performance measures, key hyperparameters, and common use cases. Algorithms include Linear Regression, Logistic Regression, Decision Trees, Random Forest, KNN, SVM, Naive Bayes, XGBoost, K-Means, and PCA. Each algorithm is summarized with essential information to aid in understanding their applications and effectiveness.

Uploaded by

Aslam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

ML Algorithm Reference TwoPage

The document provides a reference for various machine learning algorithms, detailing their types, metrics, cross-validation methods, performance measures, key hyperparameters, and common use cases. Algorithms include Linear Regression, Logistic Regression, Decision Trees, Random Forest, KNN, SVM, Naive Bayes, XGBoost, K-Means, and PCA. Each algorithm is summarized with essential information to aid in understanding their applications and effectiveness.

Uploaded by

Aslam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Machine Learning Algorithm Reference

Algorithm Type Metrics Cross Validation Performance Measures Key Hyperparameters Common Use
Linear Regression Regression MAE, MSE, RMSE, R2 K-Fold CV Low error (MAE, MSE), Hig fit_intercept, norma Predicting house prices,
h R2 lize forecasting
Logistic Regression Classification Accuracy, Precision, Reca Stratified K-Fold High classification score penalty, C, solver Spam detection, custom
ll, F1, ROC-AUC (Accuracy, F1) prediction
Decision Tree Classification Accuracy, Precision, Reca K-Fold / Stratified Interpretable, fast train max_depth, min_sampl Loan default classificatio
ll, F1 K-Fold ing es_split, criterion ecision support
Random Forest Both Accuracy, Precision, Reca K-Fold / Stratified Handles overfitting, high n_estimators, max_de Fraud detection, feature
ll, F1, ROC-AUC accuracy pth, min_samples_spl tance
it
KNN Both Accuracy, F1, Confusion M K-Fold CV Good for small datasets, n_neighbors, weights Recommender systems,
atrix sensitive to k , metric ognition (basic)
Machine Learning Algorithm Reference

Algorithm Type Metrics Cross Validation Performance Measures Key Hyperparameters Common Use
SVM Both Accuracy, Precision, Reca Stratified K-Fold Works well in high dimens C, kernel, gamma Text classification, image
ll, ROC-AUC ions ognition
Naive Bayes Classification Accuracy, Log Loss K-Fold Fast, works well with sma var_smoothing Text classification, sentim
ll data analysis
XGBoost Both Accuracy, Precision, Reca K-Fold, Stratified K Best for structured/tabul n_estimators, learni Boosted fraud detection,
ll, F1, ROC-AUC -Fold ar data ng_rate, max_depth ng tasks
K-Means Clustering Inertia, Silhouette Score Elbow Method, Silhou Best with well-separated n_clusters, init, ma Customer segmentation,
ette clusters x_iter analysis
PCA Dimensionality R Explained Variance, Singu Not Applicable Used for reducing dimensi n_components, svd_so Noise reduction, visualiz
eduction lar Values ons & noise lver , pre-processing

You might also like