DAGWorks-Inc
DAGWorks-Inc
  • Видео 30
  • Просмотров 7 148
Hamilton December 2024 Global Meetup Recording
Jernej Frank presented on his learnings building out decorators and how the decorator framework abstraction works with Hamilton.
We then details a few new updates to Hamilton:
- @pipe_input
- @mutate
- @pipe_output
- @with_columns
- TypedDict support for @extract_fields
- async datadog adapter support
github.com/DAGWorks-Inc/hamilton
hamilton.dagworks.io/en/latest/
Просмотров: 63

Видео

Burr Parallelism Notebook Walkthrough
Просмотров 42Месяц назад
Walkthrough of github.com/DAGWorks-Inc/burr/blob/main/examples/parallelism/notebook.ipynb github.com/DAGWorks-Inc/burr/
Burr: A ~90 second overview
Просмотров 55Месяц назад
A quick overview of github.com/dagworks-inc/burr. In this video, I explain how the Burr framework simplifies coding agents by representing it as a graph or flowchart. By using Burr, you can easily create a mental model of your code structure without the need for manual drawings. The framework allows for expressing agents effortlessly through flowcharts, making code comprehension more intuitive....
Faster Hamilton dataflow execution with caching
Просмотров 692 месяца назад
Caching stores results when executing a node. Then, results can be retrieved instead of re-executing the node resulting in better execution speed and reduced resource usage. You can enable this feature with a one line change! 📚 Tutorial notebook for caching: github.com/DAGWorks-Inc/hamilton/blob/main/examples/caching/tutorial.ipynb 🖥 Tutorial for Hamilton notebook extension: github.com/DAGWorks...
Hamilton OS October Meetup
Просмотров 1152 месяца назад
Recording of October meetup. Agenda: - Sholto Armstrong's presentation on using Hamilton. Title: Building a Decisioning Engine for Data Scientists with Hamilton. In this talk, we will share our experience of leveraging Hamilton to build a comprehensive decisioning engine. We will explore the approach we took to build custom components on top of Hamilton, including decision trees, credit risk sc...
Hamilton Open Source User Group Meetup August 2024
Просмотров 2424 месяца назад
Video from: www.meetup.com/global-hamilton-open-source-user-group-meetup/events/300892497/ Repo: github.com/DAGWorks-Inc/hamilton Speaker: Gilad Rubin www.linkedin.com/in/gilad-rubin-2b72b3218/ Hypster: github.com/hypster-dev/hypster Demo: github.com/gilad-rubin/hypernodes-demo Apologies but the "new features" of Hamilton got cut in the video due to some recording issues. Hamilton Documentation...
Burr and Open Telemetry
Просмотров 794 месяца назад
Are you building agents or agentic type applications? You likely need instrumentation to know what's going on. This video walkthrough shows the quick way to integrate opentelemetry with Burr to get those extra insights logged. github.com/dagworks-inc/burr More documentation - burr.dagworks.io/concepts/additional-visibility/ Available packages - github.com/traceloop/openllmetry/tree/main/packages
Burr Demo - State & Time Travel Notebook example
Просмотров 1724 месяца назад
Here's a quick walkthrough of a notebook showing traveling back in time. Notebook: github.com/DAGWorks-Inc/burr/blob/main/examples/multi-modal-chatbot/burr_demo.ipynb Repo: github.com/DAGWorks-Inc/burr
Hamilton Tutorial: Set up
Просмотров 1005 месяцев назад
In this video, we set up our Python virtual environment to use Hamilton and it's VSCode extension. ⭐Hamilton on GitHub: github.com/DAGWorks-Inc/hamilton Hamilton documentation: hamilton.dagworks.io/ 📣 Join our Slack communtiy: join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg
Hamilton Tutorial: Dataflow definition
Просмотров 1035 месяцев назад
In this video, you'll learn about functions, nodes, and dataflows. In Hamilton, users write regular Python functions and they use the function parameter names to specify dependencies between functions. Hamilton loads these functions, turns them into nodes, and resolves their dependencies into a directed acyclic graph (DAG). ⭐Hamilton on GitHub: github.com/DAGWorks-Inc/hamilton Hamilton documen...
Hamilton Tutorial: Execution context
Просмотров 1085 месяцев назад
In this video, we show how to execute Hamilton dataflows in scripts and notebooks. We give several tips to improve your development experience and allow you to iterate over dataflows efficiently. Learn more about the Hamilton notebook extension: ruclips.net/video/Z3ZT2ur2jg8/видео.html ⭐Hamilton on GitHub: github.com/DAGWorks-Inc/hamilton Hamilton documentation: hamilton.dagworks.io/ 📣 Join ou...
Hamilton Tutorial: Dataflow execution
Просмотров 675 месяцев назад
In this video, we learn the basics of the Hamilton Driver. The Driver is responsible for loading the dataflow definition, and then visualize and execute it. It plays a central role in Hamilton and provides a lot of flexibility via plugins to other tools. ⭐Hamilton on GitHub: github.com/DAGWorks-Inc/hamilton Hamilton documentation: hamilton.dagworks.io/ 📣 Join our Slack communtiy: join.slack.co...
Hamilton Open Source User Group Meetup June 2024
Просмотров 1036 месяцев назад
Video from: www.meetup.com/global-hamilton-open-source-user-group-meetup/events/300892486/ Slides: github.com/user-attachments/files/15893255/Hamilton.June.2024.Meetup.pdf Repo: github.com/DAGWorks-Inc/hamilton IPython Magic: towardsdatascience.com/using-ipython-jupyter-magic-commands-to-improve-the-notebook-experience-f2c870cab356 Video: ruclips.net/video/Z3ZT2ur2jg8/видео.html GracefulErrorAd...
Introducing the MLFlow plugin for Hamilton
Просмотров 1436 месяцев назад
MLFlow is an open-source Python framework for experiment tracking. The MLFlow plugin for Hamilton includes two sets of features: - Standard approach to save and load machine learning models - Automatically track Hamilton pipeline results in MLFlow This pairs nicely with the Hamilton UI which gives you a way to explore your pipeline code, attributes of the artifacts produced, and execution obser...
Talk to your Burr Agent using your favorite LLM frontend!
Просмотров 1526 месяцев назад
By deploying your Burr application using an OpenAI API compatible server, you can connect to popular tools such as: - Local chat frontends: Ollama, Jan, text-generation-webui - Code assistants like Continue, llm-vscode by HuggingFace - Other productivity tools like the llm command line tool You gain Burr's observability, logging, and persistence across your applications. This allows you to shar...
Avoid dead notebooks with the Hamilton Jupyter extension
Просмотров 1276 месяцев назад
Avoid dead notebooks with the Hamilton Jupyter extension
Custom State Serialization and Deserialization with Burr
Просмотров 606 месяцев назад
Custom State Serialization and Deserialization with Burr
Demonstrating fork workflow using state persistence for speeding up agent development with Burr
Просмотров 1357 месяцев назад
Demonstrating fork workflow using state persistence for speeding up agent development with Burr
Think Micro: why modular machine learning (ML) pipelines are better
Просмотров 4307 месяцев назад
Think Micro: why modular machine learning (ML) pipelines are better
Walkthrough of the Hamilton UI with the Iris machine learning example
Просмотров 6147 месяцев назад
Walkthrough of the Hamilton UI with the Iris machine learning example
Install and get started with the Hamilton UI
Просмотров 2898 месяцев назад
Install and get started with the Hamilton UI
Hamilton User Group April 2024 Meetup
Просмотров 1448 месяцев назад
Hamilton User Group April 2024 Meetup
Creating Test Cases Walkthrough
Просмотров 848 месяцев назад
Creating Test Cases Walkthrough
Burr Conversational RAG Example Walkthrough
Просмотров 5249 месяцев назад
Burr Conversational RAG Example Walkthrough
Quick Hamilton explainer via tryhamilton.dev
Просмотров 2359 месяцев назад
Quick Hamilton explainer via tryhamilton.dev
Burr Introduction
Просмотров 2,6 тыс.9 месяцев назад
Burr Introduction
Women Who Code DS Talk: Feature Engineering with Hamilton
Просмотров 439 месяцев назад
Women Who Code DS Talk: Feature Engineering with Hamilton
Hamilton Open Source March Meet-Up Recording
Просмотров 1279 месяцев назад
Hamilton Open Source March Meet-Up Recording
Hamilton User Group February 2024 Meetup Recording
Просмотров 9510 месяцев назад
Hamilton User Group February 2024 Meetup Recording
Hamilton Dataflow Hub | Quick Overview of how to use it
Просмотров 69Год назад
Hamilton Dataflow Hub | Quick Overview of how to use it