Re: [ANN] tech.ml.dataset - 2.0

2020-06-15 Thread Chris Nuernberger
Thank you Alexandre! I have to admit it is a *ton* of work. I think there are lots of good pathways literally every direction such as simplifying the numerics layer (tech.datatype), potentially getting a subset working on graalvm-native, zero-copy conversion when possible for parquet and arrow (t

Re: [ANN] tech.ml.dataset - 2.0

2020-06-15 Thread Alexandre Almosni
Congratulations. This is really a great effort and something we really needed. I hope the community takes this as the base layer for data science and we can build on your efforts, expand the documentation, etc. On Monday, June 15, 2020 at 5:50:52 PM UTC+1, Chris Nuernberger wrote: > > Good mor

Re: first time without state - and I'm lost

2020-06-15 Thread Ernesto
That's nice. We could do something like: (-> (swap! ...) force :access_token) On Mon, Jun 15, 2020 at 7:57 PM Justin Smith wrote: > The usage of delay here is clever. I suggest as an addition, using > `force` instead of `deref` to disambiguate delay vs. atom (of course > if you take a few m

Re: first time without state - and I'm lost

2020-06-15 Thread Justin Smith
The usage of delay here is clever. I suggest as an addition, using `force` instead of `deref` to disambiguate delay vs. atom (of course if you take a few moments to think about it, swap! shouldn't return an atom etc., but I think it becomes clearer with force). On Mon, Jun 15, 2020 at 10:34 AM Ern

Re: first time without state - and I'm lost

2020-06-15 Thread Ernesto Garcia
Hi, it's a long time that this question was posted, but I have found it interesting in the implementation of token refreshes. First of all, for service invocation, given a `revise-oauth-token` method, I think this is good client code: (http/request {:method :get :url "https://example.com/

[ANN] tech.ml.dataset - 2.0

2020-06-15 Thread Chris Nuernberger
Good morning Clojurians :-) It is with much pride that I announce version 2.0 of tech.ml.dataset , our library that maps powerful concepts from libraries like Pandas and data.table into Clojure using functional paradigms. This data frame