/Machine-Learning-Final-Project

CSS490 - Machine Learning Final Project - Using Naïve Bayes Algorithm to Classify Level of Drought

Primary LanguageVisual Basic

Machine-Learning-Final-Project

CSS490 - Machine Learning Final Project - Using Naïve Bayes Algorithm to Classify Level of Drought

Steps of running of program:

*doughtPrediction.py is main source code file, that reads from cleanData folder & does the drought prediction.
1) if program is not working make sure to have this library downloaded...
    - pandas 
    - numpy
    - statistics
    - skLearn
2) run the program..
    - python droughtPrediction.py
    - there's a demo screenshot called Demo.png in folder.