Stefan Otte
Stefan Otte
Thanks!
I just want to say thanks for this repo! Great explanations for an interesting topic!
It would be great if there war a hex release for `ecapnp`! See https://hex.pm/docs/publish and https://hex.pm/docs/rebar3_publish
Polar looks really cool, but I have a huge bibtex library. I would like to 1) import the library and b) be able to export polar's library as bibtex. Any...
Attic is not as easy to install as the docs imply. Maybe you could mention that `libacl1-dev` must be installed and `pip3` must be used with Ubuntu 14.04. `pip install...
Use `defaultdict(list)` instead of adding an empty list to a dict manually. A very clean implementation, I like it a lot!
Ability to assign a class label to an image. (It's on the [roadmap](https://github.com/Microsoft/VoTT#upcoming-features) but there was to ticket for it.)
**Is your feature request related to a current problem? Please describe.** `darts` offers a nice interface to train/evaluate models independent of the implementation (`statsmodels`, `torch`, `prophet`, etc.), but it does...
[`darts`](https://unit8co.github.io/darts/) is a great library for time series prediction. It would be great if bentoml supports the darts library. Note: darts wraps a bunch of existing (time series) libraries such...
Thanks for the nice library! As mentioned earlier, `get_components` has some type annotation issues. *First*, the `lru_cache` swallows the type annotation, see https://github.com/benmoran56/esper/issues/59. Let's assume the decorator is fixed/removed. *Second*,...
Dask-ec2 looks like a gread project! Currently the initial user experience is pretty rocky unfortunately. Neither the default ami, nor amis for Ubuntu 14.04, 16.04, and 17.04 allow me to...