Vlad Niculae
Vlad Niculae
Try downloading [this auto-generated installer from appveyor](https://ci.appveyor.com/api/buildjobs/48ulj1u1d3vq3jfq/artifacts/dist%2Fpolylearn-0.1.dev0.win-amd64-py3.5.exe) and let me know if it works.
As that page says, artifacts get deleted after 6 months, which is why you can't find them anymore. Like I said before, it looks like you should disable cygwin and...
Hi @EthanRosenthal I'm a bit busy these days, but I plan to focus on this project and get a release out by the end of the year. The current problem...
Making P and P-like arrays (especially the gradient output) fortran-ordered makes this ~1.5x faster, but coordinate descent solvers are still faster per iteration, it seems. Also weird that degree 3...
Here's the performance after a bunch of tweaking and making the problem easier. I'm printing out the norm of P to emphasize the big inconsistency of the solutions, even after...
Appveyor crash is not a test failure, for some reason I get `Command exited with code -1073740940`. No idea why right now...
Now supports explicit fitting of lower orders. No performance degradation but the code is a bit unrolled and could be written clearer. I'm a bit confused by the way adagrad...
On second thought, the windows crash is not a fluke. The exit code -1073740940, in hex, is 0xC0000374, which [apparently means heap corruption](https://blogs.msdn.microsoft.com/calvin_hsia/2015/01/30/heap-corruption-exception-0xc0000374/) It seems that my last commit fixed...
Your commands show that you installed the *dependencies* successfully, but they do not show how you installed polylearn itself. Could you clarify that part?
the windows commands should be the same except for the sudo (which is not necessary) In any case it's recommended to use pip instead of setup.py. Just download the polylearn...