Skip to content

Commit f48fa42

Browse files
craymichaelmeta-codesync[bot]
authored andcommitted
Retire Captum Insights (#1795)
Summary: Pull Request resolved: #1795 Captum Insights is now retired/defunct after deprecation in v0.8.0. This diff removes it from the codebase. Next Step: push PR limited captum version in pyproject https://github.com/fastai/fastai/tree/main Reviewed By: sarahtranfb Differential Revision: D92885641 fbshipit-source-id: 993c01d6f63fbf0f2659bdc762e6474815f06f20
1 parent 3ed4929 commit f48fa42

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+145
-16508
lines changed

.gitignore

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ dist/
1515
downloads/
1616
eggs/
1717
.eggs/
18-
captum/insights/frontend/node_modules/
19-
captum/insights/frontend/.pnp/
20-
captum/insights/frontend/build/
21-
captum/insights/widget/static/
2218
lib/
2319
lib64/
2420
parts/
@@ -53,13 +49,9 @@ wheels/
5349
# Installer logs
5450
pip-log.txt
5551
pip-delete-this-directory.txt
56-
captum/insights/frontend/npm-debug.log*
57-
captum/insights/frontend/yarn-debug.log*
58-
captum/insights/frontend/yarn-error.log*
5952

6053
# Unit test / coverage reports
6154
htmlcov/
62-
captum/insights/frontend/coverage
6355
.tox/
6456
.coverage
6557
.coverage.*
@@ -110,7 +102,3 @@ website/pages/tutorials/*
110102
## Generated for Sphinx
111103
website/pages/api/
112104
website/static/_sphinx/
113-
114-
# Insight
115-
captum/insights/attr_vis/frontend/node_modules/
116-
captum/insights/attr_vis/widget/static

.pyre_configuration

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
".*/website/.*",
88
".*/fb/.*",
99
".*/tests/.*",
10-
".*/setup.py",
11-
".*/insights/.*"
10+
".*/setup.py"
1211
],
1312
"site_package_search_strategy": "all",
1413
"source_directories": [

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@ approximation for given inputs and baselines is.
365365
More details on the list of supported algorithms and how to apply
366366
Captum on different types of models can be found in our tutorials.
367367

368+
## Captum Insights (Retired)
369+
370+
Captum Insights was retired after v0.8.0 and is no longer supported. You can check out
371+
the repository at the v0.8.0 tag to view the defunct code.
368372

369373
## FAQ
370374
If you have questions about using Captum methods, please check this [FAQ](docs/faq.md), which addresses many common issues.

captum/insights/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

captum/insights/_utils/__init__.py

Whitespace-only changes.

captum/insights/attr_vis/__init__.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

captum/insights/attr_vis/_utils/__init__.py

Whitespace-only changes.

captum/insights/attr_vis/_utils/transforms.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)