In this problem,We have to train a model to identify unique patients in the sample dataset given. It is very important to remove data redundancies from data as carrying extra data will increse both space and time complexity of programs.As data of person can come by various sources,it is quiet possible that we can get data of same person with minimal difference in first name.
PYTHON
- numpy
- sklearn
- pandas
- Clone this complete project
- Unzip and nevigate to project folder
- Run
NameClassification.py
using any pyhton environment An output file named as type.csv will be generated.
Open NameClassification.ipynb
and execute complete cells
**NB.pdf file will describe different parts of code. **NB.ppt file will describe approch for the solution and algorithm used.