feature-scaling topic

List feature-scaling repositories

Amazing-Feature-Engineering

608
Stars
250
Forks
Watchers

Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning alg...

This repository consist of a 50-day program. All the statistics required for the complete understanding of data science will be uploaded in this repository.

exemplary-ml-pipeline

25
Stars
8
Forks
Watchers

Exemplary, annotated machine learning pipeline for any tabular data problem.

Diamonds-In-Depth-Analysis

18
Stars
6
Forks
Watchers

Given dataset of Diamonds with features such as Cut, Carat, Clarity etc. I have used libraries such as Pandas, Numpy, Matplotlib, Seaborn to Analyse and Estimate the Price of Diamonds based on the fea...

Machine-Learning

33
Stars
18
Forks
Watchers

This repository is a related to all about Machine Learning - an A-Z guide to the world of Data Science. This supplement contains the implementation of algorithms, statistical methods and techniques (i...

scikit-learn-tutorial

19
Stars
11
Forks
Watchers

Tutorial on how to perform feature encoding, feature scaling, and missing values imputation using the scikit-learn library