Sklearn Most Common Algorithms Map
Sklearn Library
Submodules
[Link] sklearn.linear_model
[Link]
[Link] Utility and Various
tools
Anomaly Detection
KMeans() [Link]
K Means Clustering
Clustering and
LocalOutlierFactor()
DBSCAN() Set of tools and functions to
Outlier detection
Density based Spatial prepare the data for ML Tasks
algoirthm bassed on kNN
Clustering
MinMaxScaler()
Transform data
AgglomerativeClustering() between 0-1
Hierarchal Clustering Implementation
Normalizer()
Transform data
between -1,1
LabelEncoder()
Transform Categorical
into numerical
Classification
LogisticRegression() 0,1,2,3...etc
Algorithms
Binary Classificaiton
SVC() Algorithm
Binary Classificaiton
[Link]
Algorithm KNeighborsClassifier()
kNN Classification
Algorithm Set of tools and functions to
evaluate model performance
accuracy_score()
Classification score
evaluation
mean_abolute_error()
regression sum of all
errors
Regression
Algorithms
LinearRegression()
SVR() Linear regression Model
silhouette_score()
Binary Classificaiton
clustering score of how
Algorithm
well data are
ridge_regression() clusteredsum of all
Normalized Linear Model errors
(C) Copyright Nashat J. Omar - 2024
(C) Copyright Nashat J. Omar - 2024