Skip to content
#

minmaxscaler

Here are 4 public repositories matching this topic...

Language: Python
Filter by language

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

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