Classification of data set using python (scikit-learn library)
To find out more about the dataset: https://archive.ics.uci.edu/ml/datasets/MAGIC%2BGamma%2BTelescope
Data set name
magic04.data
- Naive-Bayes
- K-Nearest Neighbour
- Random-Forest
- Decision-Tree
- Ada-Boost
- Run main.py
Ouptut of the run is generated in
/output/
It contains:
- Tuning graph for K-Nearest Neighbour, Random-Forest, Ada-Boost algorithms.
- Excel file containing model accuracy, precision, recall and F- measure as well as the resultant confusion matrix using the testing data.