vibhatha / PSGDSVM

PSGD Svm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSGDSVM

PSGD SVM

BUILD

mvn clean install

RUN

Make sure resource/datasouce.yaml has the base path for all your datasets Each dataset will have it's own folder.

For example epsilon

And within each folder there will be training.csv file which is a dense matrix The format of the file must be as follows.

label, feature_1, feature_2, ...., feature_d

Currently we only support Single file based data splitting and run.

Dynamic run modes will be available in the first release.

Refer to the bin folder scripts.

About

PSGD Svm

License:Apache License 2.0


Languages

Language:Java 98.4%Language:Shell 0.9%Language:Makefile 0.8%