An open API service indexing awesome lists of open source software.

https://github.com/daugaard/scikit-learn-from-ruby


https://github.com/daugaard/scikit-learn-from-ruby

handwritten-digit-recognition python ruby rubyml scikit-learn svm-classifier

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Example of using scikit-learn python library from within a Ruby application using PyCall
This sample code shows you how to use scikit-learn (or any other python library) from within your Ruby application using PyCall.

For more information about this see the blog post [Using the scikit-learn machine learning library in Ruby using PyCall](https://www.practicalai.io/using-scikit-learn-machine-learning-library-in-ruby-using-pycall/).