JuliaStats / SVM.jl

SVM's for Julia
Other
41 stars 25 forks source link

Use DataFrames? #1

Open quinnj opened 10 years ago

quinnj commented 10 years ago

I haven't looked deep into the kernels, but could this be made to use DataFrames? I'd be willing to help update things to get it going.

johnmyleswhite commented 10 years ago

Yeah, it certainly can be adopted to use DataFrames if you call ModelMatrix.

I'd really like to build general tools for doing that rather than add it library-by-library, but am happy to accept stopgaps until we have that.