yinlou / mltk

Machine Learning Tool Kit
BSD 3-Clause "New" or "Revised" License
136 stars 74 forks source link

ElasticNet results inconsistent #3

Open kazazes opened 8 years ago

kazazes commented 8 years ago

If I run an elastic net learner a dozen times in a row, I get nine different results. I've confirmed that my input data is identical on each round (the hashcodes on my data strings and attribute strings are identical each round). Is there anything variable or non-deterministic about the elastic net process? Also, all of my work is done using BigDecimal, so any floating point issues would be within the regression. Is that what's happening here?

yinlou commented 8 years ago

It shouldn't contain any non-deterministic variable. How different are the results? Which method did you call?