interpret 0.6.15__tar.gz → 0.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {interpret-0.6.15 → interpret-0.7.0}/PKG-INFO +2 -2
- {interpret-0.6.15 → interpret-0.7.0}/interpret.egg-info/PKG-INFO +2 -2
- {interpret-0.6.15 → interpret-0.7.0}/interpret.egg-info/requires.txt +1 -1
- {interpret-0.6.15 → interpret-0.7.0}/setup.py +1 -1
- {interpret-0.6.15 → interpret-0.7.0}/interpret.egg-info/SOURCES.txt +0 -0
- {interpret-0.6.15 → interpret-0.7.0}/interpret.egg-info/dependency_links.txt +0 -0
- {interpret-0.6.15 → interpret-0.7.0}/interpret.egg-info/top_level.txt +0 -0
- {interpret-0.6.15 → interpret-0.7.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: interpret
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.7.0
|
4
4
|
Summary: Fit interpretable models. Explain blackbox machine learning.
|
5
5
|
Home-page: https://github.com/interpretml/interpret
|
6
6
|
Author: The InterpretML Contributors
|
@@ -15,7 +15,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
15
15
|
Classifier: Development Status :: 3 - Alpha
|
16
16
|
Classifier: License :: OSI Approved :: MIT License
|
17
17
|
Classifier: Operating System :: OS Independent
|
18
|
-
Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.
|
18
|
+
Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.7.0
|
19
19
|
Dynamic: author
|
20
20
|
Dynamic: author-email
|
21
21
|
Dynamic: classifier
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: interpret
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.7.0
|
4
4
|
Summary: Fit interpretable models. Explain blackbox machine learning.
|
5
5
|
Home-page: https://github.com/interpretml/interpret
|
6
6
|
Author: The InterpretML Contributors
|
@@ -15,7 +15,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
15
15
|
Classifier: Development Status :: 3 - Alpha
|
16
16
|
Classifier: License :: OSI Approved :: MIT License
|
17
17
|
Classifier: Operating System :: OS Independent
|
18
|
-
Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.
|
18
|
+
Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.7.0
|
19
19
|
Dynamic: author
|
20
20
|
Dynamic: author-email
|
21
21
|
Dynamic: classifier
|
@@ -1 +1 @@
|
|
1
|
-
interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.
|
1
|
+
interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.7.0
|
@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
|
|
5
5
|
|
6
6
|
name = "interpret"
|
7
7
|
# NOTE: Version is replaced by a regex script.
|
8
|
-
version = "0.
|
8
|
+
version = "0.7.0"
|
9
9
|
long_description = """
|
10
10
|
In the beginning machines learned in darkness, and data scientists struggled in the void to explain them.
|
11
11
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|