Marco Z
Marco Z
mtl-2.3 had some breaking changes in its interface (see #58 )
As noted in #46 , the GHCi examples assume the user has `:set -XOverloadedStrings`.
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.
- [ ] 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...
* Tabular data: * CSV/TSV : * `cassava` / `sv` * ARFF (see #38 ) * NetCDF: * `hnetcdf` ( https://github.com/ian-ross/hnetcdf ) * HDF5 : * ? * Databases *...
Some unit tests asserting e.g. the length or some other property of the datasets would be nice to have.
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...
Unify dense and sparse lin.alg. , for a given underlying vector type, under one same interface Blocked by #1 and #3