A Binary Classification of raw data to train a classifier and classify MEMBERS (MEM) and NON-MEMBERS (NMEM) for any given data. Implementation is in Python language.
Two raw data files are given, we convert the files to CSV format.
- ml1data.train.csv and
- ml1data.test_unlabled.csv
We use "ml1data.train.csv" as input data for the algorithm and train the algorithm. We apply this algorithm on "ml1data.test_unlabled.csv" for making the predictions.
First we import the data "ml1data.train.csv" and use SVM classifier algorithm "Machine Learning project.py" to classify data and make predictions on "ml1data.test_unlabled.csv" for results.
We get the "predictions.txt" as result.