Slackbot
04/19/2023, 11:57 AMSlackbot
04/21/2023, 11:52 PMSlackbot
04/24/2023, 6:14 AMSlackbot
05/04/2023, 2:29 AMJuan Luis Cano
05/19/2023, 12:05 PMStefan Krawczyk
05/26/2023, 6:30 PMSlackbot
06/09/2023, 4:43 PMSlackbot
07/14/2023, 4:03 AMSlackbot
08/16/2023, 11:48 PMAleksey Chepovoi
10/03/2023, 1:11 PMStefan Krawczyk
10/03/2023, 2:16 PMStefan Krawczyk
10/09/2023, 9:28 PMhamilton tutorials
in an aptly named repository called https://github.com/DAGWorks-Inc/hamilton-tutorials. The idea is to help give some ideas/ways to structure/iterate on Hamilton code to accomplish something. They are notebook
focused because that’s an easy way to wrap documentation and code. For example, you can run them in google collab easily.
https://github.com/DAGWorks-Inc/hamilton-tutorials/tree/main/2023-10-09 is the latest version.
It contains three directories:
• one for PDF summarization - i.e. LLM workflow to summarize a PDF.
◦ contains a single notebook that walks through some ways to build a LLM workflow.
• one for the Titanic Data set - i.e. a data/feature engineering + ML pipeline workflow
◦ contains two notebooks
▪︎ one walks through data & feature engineering.
▪︎ the other fitting a statistical model and builds off the first. (FYI the model isn’t sophisticated).
• one for some Hamilton reference code snippets
◦ this should mirror what’s in the docs, but it could be useful for you to save time looking something up.
Pull requests/comments/issues suggestions welcome.Stefan Krawczyk
10/10/2023, 4:36 PMSlackbot
12/20/2023, 7:03 PMStefan Krawczyk
01/05/2024, 6:42 PMThierry Jean
02/07/2024, 2:59 PMhamilton.plugins.h_experiments
see the example here
I go into more details about the building process in our latest blog: https://blog.dagworks.io/p/building-a-lightweight-experiment
The best part about open source tools like FastAPI, FastUI, and Hamilton is that you own your platform. It's easy to get started and you can incrementally add the features YOU need!Stefan Krawczyk
02/20/2024, 5:23 PMStefan Krawczyk
03/05/2024, 5:31 PMStefan Krawczyk
03/19/2024, 10:47 PMTom Barber
03/21/2024, 2:27 PMStefan Krawczyk
03/30/2024, 12:02 AMCarl Trachte
07/04/2024, 10:30 PMCarl Trachte
07/04/2024, 11:38 PMCarl Trachte
07/04/2024, 11:39 PMCarl Trachte
07/06/2024, 1:22 AMCarl Trachte
07/07/2024, 5:33 PMVadim Ogranovich
07/29/2024, 7:08 PMfinal_vars
in the Builder, something like driver.Builder().with_final_vars(...)...
.
I understand I can achieve the same effect via dr.execute(final_vars=final_vars)
, however providing final_vars at the build stage has a potential of greatly reducing the build time, or doesn't it? What am I missing?Carl Trachte
08/10/2024, 1:58 AMVolker Lorrmann
08/20/2024, 3:31 PMCarl Trachte
08/26/2024, 7:42 PM