jekyll / classifier-reborn

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
https://jekyll.github.io/classifier-reborn/
GNU Lesser General Public License v2.1
554 stars 110 forks source link

Update macOS instructions in Numo docs #199

Closed mkasberg closed 2 years ago

mkasberg commented 2 years ago

In #198, I added support for using Numo::Linalg as the linear algebra backend for classifier-reborn. At that time, I updated the docs with instructions for installing Numo, but the macOS docs were a little vague because I hadn't tested them myself. Since then, I've been able to verify the instructions on macOS and clarify a few steps. So this commit updates the docs for installing Numo on macOS. The gem installation arguments I'm using come from the Numo docs.

mkasberg commented 2 years ago

@mattr- Would you mind taking another look at my updates above when you have a chance?

mattr- commented 2 years ago

Thank you for the ping and sorry for the delay in reviewing!

@jekyllbot: merge +docs