umang94 / large-scale-ml

Implementation of standard Large Scale ML algorithms for Perceptrons, SVM and KNN Joins using MapReduce
6 stars 4 forks source link

Usage #1

Open wgmg165 opened 7 years ago

wgmg165 commented 7 years ago

Hi!is this library has any introduction for usage?

umang94 commented 7 years ago

@wgmg165 No, There is no introduction for usage. The library is a basic implementation of concepts of perceptron, svm and knn join. The dataset required for each of these are present along with the code. You can check out and run the python scripts. You would need to tweak the file paths for the datasets and install the mrjob python module.