This repo is created just for personal use (feel free to use any part of the code)
-
StandardScaler-example This is an example for StandardScaler (for Numeric features )
-
RobustScaler-example This is an example for RobustScaler (for Numeric features)
-
Normalization And Cosine Similarity
-
Factor Analysis (and Classification)
-
Outlier Detection using Local Outlier Factor (LOF)
-
Outlier Detection using Isolation Forest
-
Outlier Detection using EllipticEnvelope
-
Artificial-Datasets (To generate sample data for classification, regression, clustering, etc.)
-
Data pre-processing: in this notebook, I have tried to find out the hidden missing values and impute them with the mean. Besides, a classification model has been used for creating a prediction model for diabetes dataset.