Skip to content
#

minmaxscaler

Here are 22 public repositories matching this topic...

ML / DL Algorithms implemented from scratch. Developed with only numpy as dependency. Machine Learning Algorithms such as Support Vector Machine, Linear Regression, Artificial Neural Networks and other data transformation algorithms are implemented. Project is released as a python package and can be download from Python Package Installer.

  • Updated Apr 3, 2023
  • Python

This is a project to detect anomalies in pump sensor data using One-Class Support Vector Machines (SVM). The data is preprocessed by dropping columns with missing values and scaled using MinMaxScaler. The one-class SVM classifier is trained and used to predict anomalies in the data, which are then saved in a new file "results.csv".

  • Updated Feb 3, 2023
  • Python

The Bike Sharing Company wants to understand the independent variables on their past data to analyze and create a machine learning model to understand the demand of the bike and accordingly plan a business strategy.

  • Updated Jan 28, 2023
  • Jupyter Notebook

RFM analysis focuses on identifying and segmenting customers based on their purchasing behavior. Analyzed to understand and interact with customers. It can be used together for more effective marketing and customer management strategies.

  • Updated Mar 30, 2023
  • 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