Implement Naive Bayes Algorithm to determine whether the given field is Name or an Address.
Steps to execute the code repository:
-
Clone the repository
-
Install the requirement.txt file using the command # pip install -r requirement.text
-
Create a dataset as:
label | Value ------------- | ------------- address | s/o saminathan28/3 nagar 3rd , street, korattu... name | Pranav Raka
-
Minimum dataset for address and name is 20000 to 50000.
-
Open the .ipynb file and execute the code.