moazkh60 / Data-Preprocessing

This template cleans data and make's it ready to be used in a machine learning algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Preprocessing-using-Python

This template cleans data and make's it ready to be used in a machine learning algorithm. It performs the following steps in order:

  1. Imports required libraries
  2. Takes care of missing data by replacing it with mean value
  3. Encodes categorical data in the form of 1's and 0's
  4. Splits the data into training set and test set
  5. Applies feature scalling to training and test set.

About

This template cleans data and make's it ready to be used in a machine learning algorithm

License:GNU General Public License v3.0


Languages

Language:Python 100.0%