Fork me on GitHub
#data-science
<
2018-07-17
>
alan06:07:23

I included Numpy results with both eig and eigh (that's the only difference), Neanderthal is almost always faster and I would say more reliable (less variance)

🚀 4
chrisblom07:07:57

nice, the numbers look promising

chrisblom07:07:24

how do neanderthal and numpy compare feature wise?

alan14:07:14

@chrisblom Neanderthal has a subset of Numpy functions (though @blueberry was adding some for the next releases), and then has some more advanced methods that if I understand correctly are material for a library built on top of Neanderthal

alan14:07:19

To better understand: calculating covariance (Numpy's cov function) will probably never be implemented in Neanderthal

chrisblom14:07:56

ok, so it is more about bare-bones matrix manipulation

chrisblom14:07:27

and higher level operations will be in a lib on top of that

alan16:07:07

Well, "will be" is a bit strong, someone would have to code that 😅

Daniel Slutsky16:07:41

some experiments of using R from clojurescript: https://www.maria.cloud/gist/6a0b78b82f52f5b1bff64053a00660dd -- would love to hear your comments! worth mentioning here: @mhuebert, for the maria.cloud tool @carsten.behring, for the idea of using opencpu @jonyepsilon, for the gg4clj syntax

parrot 20
👍 20