RegERMs.jl icon indicating copy to clipboard operation
RegERMs.jl copied to clipboard

Not working on julia 0.5

Open tibaes opened this issue 8 years ago • 4 comments

Is this package going to be deprecated? The example in the main page does not work anymore; neither my trials to use SVM.

tibaes avatar Mar 17 '17 19:03 tibaes

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.

ararslan avatar Mar 17 '17 19:03 ararslan

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.

tibaes avatar Mar 17 '17 20:03 tibaes

Unfortunately there's no working branch for this package. For SVM, you can try Pkg.checkout("SVM", "master").

ararslan avatar Mar 17 '17 20:03 ararslan

Thanks! For now, I will give a try to SciKitLearn wrapper (https://github.com/cstjean/ScikitLearn.jl).

tibaes avatar Mar 17 '17 20:03 tibaes