RegERMs.jl
RegERMs.jl copied to clipboard
Not working on julia 0.5
Is this package going to be deprecated? The example in the main page does not work anymore; neither my trials to use SVM.
This package seems no longer actively maintained. I had a go at getting it working on 0.5 a while back (see #18) but didn't have a lot of luck. I think a primary issue is changes to the Optim interface, which is utilized heavily by this package. If I can find the bandwidth, I can have another look at this to see if I can get it working, but situations like this are likely to continue to crop up without a clear maintainer.
SVM should actually work on 0.5 if you check out the master branch; I got it working a while back just for kicks, but didn't bother tagging a release there due to a lack of long-term maintenance.
It would be great to have these maintained. As I said, I'll see if I can at least get them working, but I can't promise that they'll continue to be actively maintained.
This looks like a good package, it would be bad if it gets deprecated. How do I get the custom branch of this package? I've just updated everything with a Pkg.update(), but no luck with the svm.
Unfortunately there's no working branch for this package. For SVM, you can try Pkg.checkout("SVM", "master").
Thanks! For now, I will give a try to SciKitLearn wrapper (https://github.com/cstjean/ScikitLearn.jl).