evanwang1990 / FMwR

FMwR: A Library of Factorization Machines in R Based on libfm
GNU General Public License v3.0
7 stars 3 forks source link

Fix bug in SGD learner #4

Closed dselivanov closed 7 years ago

dselivanov commented 7 years ago

Fixes several compiler warnings about order of initialization and fixes bug with incorrect regularization initialization in SGD solver.

dselivanov commented 7 years ago

Also I think it worth to add some data to package and write set of tests... At least it helped me a lot during text2vec development. It is common to brake something after introduction of some new feature.