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
- Host: GitHub
- URL: https://github.com/daugaard/scikit-learn-from-ruby
- Owner: daugaard
- Created: 2017-09-17T14:04:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T14:07:13.000Z (over 7 years ago)
- Last Synced: 2024-11-18T22:30:45.382Z (7 months ago)
- Topics: handwritten-digit-recognition, python, ruby, rubyml, scikit-learn, svm-classifier
- Language: Ruby
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- machine-learning-with-ruby - [code
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/).