Aurélien Geron
Aurélien Geron
Thanks @lpatruno , I'll take a look right away.
Mmh, this is a weird bug. @ziembla and @StevenBunkley, would you mind giving this a look please?
Hi there, I'm currently on vacation for 2 weeks. I'll check this when I get back, sorry for the delay (if anyone else wants to help, you're more than welcome)....
Is the problem resolved?
Hi @FritzPeleke , Thanks for your questions. 1. The good thing about the `LinearRegression` class is that it uses an analytical approach to find the optimal parameters, so it is...
My pleasure! :) Yes, you should definitely use these options instead of rolling out your own implementation like I did (I wrote the code before Scikit-Learn 0.20, which introduced these...
Do you get very different results, or just slightly different (like changing the random seed)?
Hi @CCCCCaO , I could not reproduce the problem, I also get 99% accuracy. Perhaps the problem is that there is some instability in the training algorithm, so sometimes it...
Sorry I missed this issue. Do you still need an answer?
Hi @r-ichi , Wow, I'm really slow to answer this question, so sorry! :/ Here's what I get when I load the MNIST dataset, I train some random model and...