Skip to content

Commit 798cc76

Browse files
jkasirajYi-Ting Leeytlee93Snoyarkjkasiraj
authored
feature: add support for lineage visualization using pyvis (aws#3825)
Co-authored-by: Yi-Ting Lee <[email protected]> Co-authored-by: ytlee93 <[email protected]> Co-authored-by: Neel Venugopal <[email protected]> Co-authored-by: jkasiraj <[email protected]>
1 parent 10663b3 commit 798cc76

File tree

7 files changed

+802
-4
lines changed

7 files changed

+802
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env/
3030
.vscode/
3131
**/tmp
3232
.python-version
33+
*.html
3334
**/_repack_script_launcher.sh
3435
tests/data/**/_repack_model.py
3536
tests/data/experiment/sagemaker-dev-1.0.tar.gz

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fabric==2.6.0
1919
requests==2.27.1
2020
sagemaker-experiments==0.1.35
2121
Jinja2==3.0.3
22+
pyvis==0.2.1
2223
pandas>=1.3.5,<1.5
2324
scikit-learn==1.0.2
2425
cloudpickle==2.2.1

0 commit comments

Comments
 (0)