Hello,
Mandoline looks like a great library for managing multi-dimensional array data!
Would it be possible to extend mandoline to provide core.matrix support, so that a mandoline data set can be used via the core.matrix API?
Advantages:
core.matrix already provides a fairly comprehensive generic API for accessing and manipulating multi-dimensional array data
- It would improve interop with other Clojure libraries that use core.matrix (e.g. Incanter)
- It would help us to develop a compatible ecosystem of libraries for data science in Clojure. Note that
core.matrix should at some point become "official" Clojure contrib (has been approved by Rich)
See:
https://github.com/mikera/core.matrix
I'm the maintainer of core.matrix, happy to make improvements as necessary to improve interoperability with libraries like mandoline. Also happy to give input / guidance on how to make this work efficiently.
Mike.
Hello,
Mandoline looks like a great library for managing multi-dimensional array data!
Would it be possible to extend mandoline to provide
core.matrixsupport, so that a mandoline data set can be used via thecore.matrixAPI?Advantages:
core.matrixalready provides a fairly comprehensive generic API for accessing and manipulating multi-dimensional array datacore.matrixshould at some point become "official" Clojure contrib (has been approved by Rich)See:
https://github.com/mikera/core.matrix
I'm the maintainer of
core.matrix, happy to make improvements as necessary to improve interoperability with libraries like mandoline. Also happy to give input / guidance on how to make this work efficiently.Mike.