tiepvupsu / tabml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualize feature dependency graph

tiepvupsu opened this issue · comments

Example colab.

For each feature config, we could visualize a directed graph with the following properties:

  1. Each node is a feature. Base features are on top and have a different color.
  2. If a feature_1 depends on a feature_2, then there is a directed edge from feature_2 to feature_1.