Skip to content

Commit

Permalink
make graphviz error more helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
normandy7 committed Sep 14, 2023
1 parent 3d61d63 commit 36c7955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/neptune_xgboost/impl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ def __init__(
self.log_tree = None
message = (
"Graphviz executables not found, so trees will not be logged. "
"Make sure the Graphviz executables are on your systems' PATH"
"Make sure the Graphviz executables are on your systems' PATH. "
"Note that you need to have both the Graphviz software and the Python interface installed. "
"For installation details, see the integration docs: https://docs.neptune.ai/integrations/xgboost/"
)
warnings.warn(message)

Expand Down

0 comments on commit 36c7955

Please sign in to comment.