Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated dag viz for contribs #534

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contrib/hamilton/contrib/user/skrawcz/hello_world/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contrib/hamilton/contrib/user/zilto/nixtla_mlforecast/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
763 changes: 281 additions & 482 deletions contrib/hamilton/contrib/user/zilto/nixtla_mlforecast/run.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
474 changes: 208 additions & 266 deletions contrib/hamilton/contrib/user/zilto/nixtla_statsforecast/run.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with contrib.catch_import_errors(__name__, __file__, logger):
import openai
import tiktoken
from PyPDF2 import PdfReader
from pypdf import PdfReader
from tenacity import retry, stop_after_attempt, wait_random_exponential
from tqdm import tqdm

Expand Down Expand Up @@ -189,4 +189,4 @@ def summarized_text(
adapter=base.DefaultAdapter(),
)
# create the DAG image
dr.display_all_functions("dag", {"format": "png", "view": False})
dr.display_all_functions("dag", {"format": "png", "view": False}, orient="TB")
Binary file modified contrib/hamilton/contrib/user/zilto/text_summarization/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contrib/hamilton/contrib/user/zilto/xgboost_optuna/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
706 changes: 325 additions & 381 deletions contrib/hamilton/contrib/user/zilto/xgboost_optuna/run.ipynb

Large diffs are not rendered by default.

Loading