Skip to content
#

minmaxscaler

Here are 39 public repositories matching this topic...

A machine learning project for customer segmentation using the DBSCAN density-based clustering algorithm on the Wholesale Customers dataset. The project identifies purchasing patterns, detects outliers, analyzes customer behavior, and visualizes cluster differences across spending categories.

  • Updated Nov 29, 2025
  • Python

This project demonstrates how to build a Long Short-Term Memory (LSTM) model using Keras to predict Tesla's stock closing prices based on historical data. Import libraries pandas, NumPy, to load and preprocess Titanic data, scale features, and prepare for machine learning or visualization.

  • Updated Aug 8, 2025
  • Jupyter Notebook

AMUSIC is an AI-driven music recommendation system that helps users discover personalized songs. Using Python, Streamlit, and Scikit-learn, it offers smart recommendations, advanced search, and interactive music insights. Users can save favorites, create playlists, and export data for a seamless music discovery experience.

  • Updated Mar 3, 2025
  • Jupyter Notebook

The main objective of this project is to design and implement a robust data preprocessing system that addresses common challenges such as missing values, outliers, inconsistent formatting, and noise. By performing effective data preprocessing, the project aims to enhance the quality, reliability, and usefulness of the data for machine learning.

  • Updated Aug 25, 2024
  • Jupyter Notebook

The feature engineering techniques discussed are - dimensionality reduction(pca), scaling(standard scaler, normalizer, minmaxscaler), categorical encoding(one hot/dummy), binning, clustering, feature selection. These are techniques performed on a dataset consisting of Californian House Prices.

  • Updated Apr 1, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the minmaxscaler 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 minmaxscaler topic, visit your repo's landing page and select "manage topics."

Learn more