Skip to content
#

feature-scaling

Here are 164 public repositories matching this topic...

🔴 Customer Churn Prediction (Bank Customers) 🔴 In this project, I analyzed bank customer data to predict who might leave the bank. I cleaned and prepared the dataset by handling missing values and encoding categorical features. I trained machine learning models to classify customers based on churn risk.

  • Updated Nov 20, 2025
  • Jupyter Notebook

Unsupervised Learning project analyzing TradeAhead stock data using K-Means, Hierarchical Clustering, and PCA. Includes full EDA, preprocessing, cluster evaluation (Silhouette Score), interpretation, and actionable business insights.

  • Updated Nov 18, 2025
  • Jupyter Notebook

🔍 Practical Implementation of Linear Regression using Python and Scikit-learn on a Salary Prediction Dataset. This project demonstrates the full workflow of a supervised machine learning task — from data preprocessing and model training to evaluation and visualization.

  • Updated Oct 1, 2025
  • Jupyter Notebook

Logistic Regression model built using a housing dataset to predict whether a house is high-priced or not based on features like area, number of bedrooms, bathrooms, and stories. The project includes a comparison between models trained on unscaled vs. scaled data, demonstrating the effect of feature scaling on model performance.

  • Updated Aug 22, 2025
  • Jupyter Notebook

This project presents a machine learning-based solution for detecting fraudulent financial transactions. Using a dataset of over 6 million records with detailed transaction behavior, the goal is to build a predictive model that accurately identifies fraud in real time.

  • Updated Jul 29, 2025
  • Jupyter Notebook

A complete machine learning project to detect fraudulent credit card transactions. It includes data preprocessing, feature scaling, model training (Logistic Regression), evaluation, and deployment using Streamlit. Built with modular, production-ready code and a simulated dataset for privacy-safe demonstrations.

  • Updated Jul 14, 2025
  • Python

This housing dataset aims to predict land prices according to user preference. The datasets consists of several variables which includes POSTED_BY, UNDER_CONSTRUCTION, RERA, BHK_NO., BHK_OR_RK, SQUARE_FT, READY_TO_MOVE, RESALE, ADDRESS, LONGITUDE, LATITUDE, TARGET(PRICE_IN_LACS).

  • Updated Jul 5, 2025
  • Jupyter Notebook

Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.

  • Updated Jun 29, 2025
  • Jupyter Notebook

Machine learning project for classifying breast tumors as malignant or benign using the Breast Cancer Wisconsin dataset. Includes data preprocessing, model training (Naive Bayes, Logistic Regression, Decision Tree), evaluation, and visualizations.

  • Updated Jun 28, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the feature-scaling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the feature-scaling topic, visit your repo's landing page and select "manage topics."

Learn more