Elijah ben Izzy
Elijah ben Izzy
@elshize any updates on this? I like the general idea of having graphadapters/the framework enable alternation between, say, pandas and dask -- still need to scope it out more. The...
@jameslamb would love to learn from your experience with lightgbm -- that's a very sleek look. Where's a good place to start?
@skrawcz I'm not sure I like the abstraction above. Way too coupled to pandas specifics/APIs. Rather, we should come up with a pretty simple API (or multiple) that express what,...
Alright -- prototype is here: https://github.com/stitchfix/hamilton/pull/199. I want to get this out soon for power users. Need to rethink parts of the API.
@jameslamb curious -- thoughts on this? Still could be a nice approach, although there's definitely some circleci specific logic in the code... But I think its a nice abstraction.
@jameslamb yeah! That would be great :) Thanks for all your contributions btw
Related is https://github.com/stitchfix/hamilton/issues/69 -- we put it on gitbook, but I think better syncing would be 🔥 and we're a little behind other OS projects. Would love insights!
OK, so I'm pretty sure I managed to debug the first at least -- there's a directory called `hamilton` inside it -- this is confusing python which thinks its a...
OK, so it works one level up: ``` [hamilton] bovem/examples (adding-dockerfile): uvicorn async.fastapi_example:app INFO: Started server process [18090] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running...
Haven't had time but I really like the idea of this -- Ibis is another approach that could allow clean scaling and integrate nicely with graphadapters.