Skip to content
#

feature-scaling

Here are 28 public repositories matching this topic...

Machine learning project clustering countries based on socio-economic & demographic indicators using K-Means, iterative imputation & feature scaling.

  • Updated Nov 10, 2025
  • Python

A decoupled Machine Learning regression application utilizing FastAPI and Streamlit to predict house market valuations. Implements Scikit-Learn data pipeline scaling protocols (StandardScaler), a low-latency predictive API instance, and a dashboard layout tailored for interactive property feature analysis using the California Housing dataset.

  • Updated Jun 5, 2026
  • Python

This project implements Support Vector Regression (SVR) to predict the salary of an employee based on their position level. The script uses a dataset that contains position levels and corresponding salaries, applying feature scaling to improve the performance of the SVR model. The results are visualized to show how well the model fits the data.

  • Updated Sep 3, 2024
  • Python

Predicting company bankruptcy using various machine learning models. The dataset is sourced from Kaggle: Company Bankruptcy Prediction.

  • Updated Aug 7, 2024
  • Python

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

We use machine learning and data analysis to predict resale prices of Singapore flats. Our documentation covers data preprocessing, feature engineering, regression, and model selection. Discover how we improved predictions to optimize solutions.

  • Updated Jun 19, 2024
  • Python

Implementación desde cero de un clasificador multiclase mediante regresión logística (One-vs-All), incluyendo análisis exploratorio de datos, visualización y entrenamiento con descenso de gradiente.

  • Updated Jun 24, 2026
  • Python

A comprehensive Deep Learning-based Heart Disease Prediction System that analyzes patient clinical data and predicts cardiovascular disease multi-class risk classification (Low, Medium, High Risk) through an Artificial Neural Network (ANN) and binary disease detection via Random Forest and Logistic Regression models.

  • Updated Jun 12, 2026
  • Python

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