A collection of heterogeneous distance functions handling missing values.
-
Updated
Jan 24, 2022 - MATLAB
A collection of heterogeneous distance functions handling missing values.
A repository for various Data Science projects I've worked on, both university-related and in my spare time.
This project focuses on predicting customer churn in an e-commerce setting using machine learning techniques.
Data fetched by wafers is to be passed through the machine learning pipeline and it is to be determined whether the wafer at hand is faulty or not apparently obliterating the need and thus cost of hiring manual labour.
This repository is a collection of basic code templates for Data Preparation. All codes I am sharing are from the practical exercises I did from the Data Science Infinity Program.
Feature Engineering with Python
This repository is totally focused on Feature Engineering Concepts in detail, I hope you'll find it helpful.
This project focuses on predicting whether a customer will default on their credit card payment in the upcoming month. Utilizing historical transaction data and customer demographics, the project employs various machine learning algorithms to distinguish between risky and non-risky customers for better credit risk management.
Data imputation is used when there are missing values in a dataset. It helps fill in these gaps with estimated values, enabling analysis and modeling. Imputation is crucial for maintaining dataset integrity and ensuring accurate insights from incomplete data.
Kaggle UK Used Car challenge
Modelling the relationship between a player’s first-time eligible arbitration salary and multiple variables.
Streamlit app developed for bank customer deposit prediction, using a fine-tuned XGBClassifier model.
My Capstone for the HarvardX Course "Introduction to Data Science with Python"
Machine learning models for enhanced fraud detection in e-commerce transactions, exploring feature engineering, distance prediction, and clustering analysis.
Built a model to determine the risk associated with extending credit to a borrower. Performed Univariate and Bivariate exploration using various methods such as pair-plot and heatmap to detect outliers and to monitor the behaviour and correlation of the features. Imputed the missing values using KNN Imputer and implemented SMOTE to address the i…
the multivariate analysis compares different rows and columns for beat accuracy eg:knn imputer in univariate analysis it only compares with the same columns eg mean or median for numbers
Predicting employee burnout using machine learning algorithms: Random Forest and k-Nearest Neighbors.
Add a description, image, and links to the knn-imputer topic page so that developers can more easily learn about it.
To associate your repository with the knn-imputer topic, visit your repo's landing page and select "manage topics."