interpret 0.6.13__tar.gz → 0.6.14__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: interpret
3
- Version: 0.6.13
3
+ Version: 0.6.14
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.6.13
18
+ Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.14
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.6.13
3
+ Version: 0.6.14
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.6.13
18
+ Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.14
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.6.13
1
+ interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.14
@@ -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.6.13"
8
+ version = "0.6.14"
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