-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplan.txt
More file actions
27 lines (27 loc) · 1011 Bytes
/
plan.txt
File metadata and controls
27 lines (27 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
src/featflow/frontend/
├── __init__.py
├── app.py # Main app entry point
├── config/
│ ├── __init__.py
│ └── settings.py # Configuration management
├── data/
│ ├── __init__.py
│ ├── loaders.py # Data loading utilities
│ └── models.py # Data models/classes
├── visualization/
│ ├── __init__.py
│ ├── graph/
│ │ ├── __init__.py
│ │ ├── layout.py # Graph layout calculations
│ │ ├── nodes.py # Node creation and styling
│ │ ├── edges.py # Edge creation and styling
│ │ └── renderer.py # Plotly figure creation
│ └── components/
│ ├── __init__.py
│ ├── feature_display.py
│ └── graph_component.py
├── callbacks/
│ ├── __init__.py
│ └── graph_callbacks.py
└── assets/
└── max_planck_logo.jpg