Skip to content
#

minmaxscaling

Here are 29 public repositories matching this topic...

A Streamlit web app utilizing Python, scikit-learn, and pandas for used car price prediction. Features data preprocessing (scaling, encoding), Random Forest model optimization with GridSearchCV, and interactive user input handling. Achieves high accuracy (R² score: 0.9028), showcasing skills in machine learning, data engineering, and deployment.

  • Updated Nov 4, 2024
  • Python

This repository contains clustering techniques applied to minute weather data. It contains K-Means, Heirarchical Agglomerative clustering. I have applied various feature scaling techniques and explored the best one for our dataset

  • Updated Jul 2, 2022
  • Jupyter Notebook

Feature transformation is a technique in machine learning that changes the way features are represented in order to improve the performance of machine learning algorithms. This can be done by transforming the features to a different scale, removing outliers, or creating new features from existing

  • Updated Aug 25, 2023
  • Jupyter Notebook

This advanced forecasting tool leverages Prophet, ARIMA, SARIMA, and LSTM models to predict daily sales for 32 pizzas and 64 ingredients. With Prophet achieving the lowest MAPE, it ensures accurate demand forecasts, optimized inventory, and efficient purchase planning, reducing waste, preventing stockouts, and enhancing supply chain efficiency.

  • Updated Nov 20, 2024
  • Jupyter Notebook

Improve this page

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

Learn more