SVM.jl
SVM.jl copied to clipboard
Fix readme to catch up changing RDatasets
For Julia v0.3.1, there are some trouble with example code as following.
data("datasets", ..)is deprecated- Conflict
predictfunction with nnzis deprecated
So I propose to fix them.