Marco Z

Results 170 issues of Marco Z

mtl-2.3 had some breaking changes in its interface (see #58 )

help wanted
more-information-needed

As noted in #46 , the GHCi examples assume the user has `:set -XOverloadedStrings`.

documentation

Before next release, we should have a way to say conclusively whether #19 (and similar patches which may introduce performance regressions) should be merged into master or not.

enhancement
R & D

- [ ] test `dh-core` as a whole with latest changes - [ ] releases : - [ ] datasets - [ ] ?

currently, the parsers `error` and `fail` here and there. Since these are synchronous exceptions, it would be better to use MonadThrow, which can be conveniently used at a "pure" type...

enhancement
help wanted
good first issue

* Tabular data: * CSV/TSV : * `cassava` / `sv` * ARFF (see #38 ) * NetCDF: * `hnetcdf` ( https://github.com/ian-ross/hnetcdf ) * HDF5 : * ? * Databases *...

enhancement
help wanted
R&D: library

Some unit tests asserting e.g. the length or some other property of the datasets would be nice to have.

enhancement
help wanted
good first issue
documentation

When running `stack bench` I get ``` bench: /Users/ocramz/.cache/datasets-hs/cifar-10-imagefolder/Truck: getDirectoryContents:openDirStream: does not exist (No such file or directory) ``` I guess it's a matter of copying the test data in...

bug
infrastructure

Unify dense and sparse lin.alg. , for a given underlying vector type, under one same interface Blocked by #1 and #3

enhancement
R&D: library