SVM (Support Vector Machines) in Elixir?

Hi all,

I’m trying to migrate some ML pipeline from python to Elixir.

One model we use is the scikit-learn LinearSVC but I can’t find it implemented on Nx.

Does someone know any library implementing this model?

Thanks in advance for you help!

2 Likes

In Nx, there is a subproject named Scholar that supports SVM.

I hope it will fit your needs!

4 Likes

Hi @bdarla thanks you for your reply.

I didn’t see it in the documentation so I ignored Scholar.
Next time I’ll also search in the codebase.

Again, thank you :pray:

1 Like