In this repository I have added ML algorithm that I practiced myself
- Data Preprocessing
Data preprocessing is crusial thing in machine learning as real world data generally contains noise, missing values or data could be in unusable format. Therefore we have to preprocess the data before giving to the machine learning model
Used Libraries:
1. Sklearn
2. Pandas