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

[Bug]: Missing relation in FeatureSet.plot visualization #2957

Open
2 tasks done
george0st opened this issue Jan 20, 2023 · 0 comments
Open
2 tasks done

[Bug]: Missing relation in FeatureSet.plot visualization #2957

george0st opened this issue Jan 20, 2023 · 0 comments

Comments

@george0st
Copy link
Collaborator

george0st commented Jan 20, 2023

MLRun Version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of MLRun CE.

Reproducible Example

import mlrun
import mlrun.projects as prj
import mlrun.feature_store as fstore
from mlrun.datastore.targets import ParquetTarget,CSVTarget, NoSqlTarget

project = mlrun.get_or_create_project(project_name,context='./', user_project=False)
feature_set=fstore.FeatureSet(name=fsName, description="Real case",
                              entities=[fstore.Entity('fn0'),fstore.Entity('fn1')],
                              timestamp_key='fn5')
feature_set.set_targets(targets=[NoSqlTarget(name="s2"),ParquetTarget(name="s1")],with_defaults=False)
feature_set.save()

feature_set.plot(rankdir="LR", with_targets=True)

Issue Description

Missing relation in FeatureSet.plot visualization, see picture
image

Expected Behavior

Add relation between Start and Target(s)

Installation OS

Linux

Installation Method

Kubernetes

Python Version

3.7.6

MLRun Version

1.2.1

Additional Information

LOW PRIORITY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant