interpret 0.6.3__tar.gz → 0.6.5__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.1
2
2
  Name: interpret
3
- Version: 0.6.3
3
+ Version: 0.6.5
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
@@ -16,7 +16,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
16
16
  Classifier: Development Status :: 3 - Alpha
17
17
  Classifier: License :: OSI Approved :: MIT License
18
18
  Classifier: Operating System :: OS Independent
19
- Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.3
19
+ Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.5
20
20
 
21
21
 
22
22
  In the beginning machines learned in darkness, and data scientists struggled in the void to explain them.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: interpret
3
- Version: 0.6.3
3
+ Version: 0.6.5
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
@@ -16,7 +16,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
16
16
  Classifier: Development Status :: 3 - Alpha
17
17
  Classifier: License :: OSI Approved :: MIT License
18
18
  Classifier: Operating System :: OS Independent
19
- Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.3
19
+ Requires-Dist: interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.5
20
20
 
21
21
 
22
22
  In the beginning machines learned in darkness, and data scientists struggled in the void to explain them.
@@ -1 +1 @@
1
- interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.3
1
+ interpret-core[aplr,dash,debug,linear,notebook,plotly,sensitivity,shap]==0.6.5
@@ -1,11 +1,11 @@
1
1
  # Copyright (c) 2023 The InterpretML Contributors
2
2
  # Distributed under the MIT software license
3
3
 
4
- from setuptools import setup, find_packages
4
+ 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.3"
8
+ version = "0.6.5"
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