How to run preprocessing algorithms run -preprocess/dataclean_kicked.py How to run decision tree run - python Decison-Tree/runner.py input file - naive - Decison-Tree/Naive Decision Tree/input.txt Overfitting prevention - Decison-Tree\Decision Tree with Overfitting Prevention Methods\input.txt Beam Search - Decison-Tree\Beam Search over Decision Tree\input.txt How to run SVM run - python SVM/code/OutputGen.py input file - input.txt How to run Kmeans run - python Kmeans/code/OutputGen.py input file - Kmeans/input.txt
ramarvab/DataMining_FinalProject
DataMining Project implemented k-means ,decision tree and svm algorithms
Python