Hi all, I am developing a namespace pipeline and ...
# plugins-integrations
a
Hi all, I am developing a namespace pipeline and I am using
kedro-neptune
to track my experiments.
kedro-neptune
works for basic tracking but I get the following error when I pass
"neptune_run"
as an input to one of my pipeline nodes:
ValueError: Pipeline input(s) {'NAMESPACE.neptune_run'} not found in the DataCatalog
Where
"NAMESPACE"
is the namespace pipeline name. Is there a way to log specific values to Neptune when using namespace pipelines? Within the node I wish to log the following to Neptune:
neptune_run["evaluation/metrics"] = error_metrics
I posted this in questions as can be seen here. Thanks for your time