btwardow / FactorizationMachines.jl

Factorization Machines for Julia
Other
11 stars 6 forks source link

Libsvm formatting #9

Closed Hydrotoast closed 8 years ago

Hydrotoast commented 8 years ago

Two changes here:

  1. Update the ml-100k datasets so that they are in proper libsvm format (features should be in ascending order).
  2. Fix warnings in readlibsvm regarding deprecated casting of ints/floats using the int and float functions. parse(Int, x) and parse(Float64, x) are the replacements.
coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 96.491% when pulling bea922c971fcf219624b116a7c4fcb0e48b2184b on Hydrotoast:libsvm-formatting into be998ffae66460feab67b195be5de49dc78a3372 on btwardow:master.