This Machine learning project uses NaiveBayes, DescisionTree and RandomForest as major machine learning algorithms.
- The project requires csv files- Testing.csv and Training.csv
- The code is been uploaded in code.py
- The code is fully based upon python.
- We used tkinter for providing GUI .
You need to install various libraries :
- numpy
- pandas
- tkinter
- sklearn