lambda-guard-boosting 0.2.2__tar.gz → 0.2.3__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.
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/PKG-INFO +2 -2
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/README.md +1 -1
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambda_guard_boosting.egg-info/PKG-INFO +2 -2
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambdaguard/__init__.py +2 -2
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/pyproject.toml +1 -1
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/LICENSE.md +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambda_guard_boosting.egg-info/SOURCES.txt +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambda_guard_boosting.egg-info/dependency_links.txt +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambda_guard_boosting.egg-info/requires.txt +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambda_guard_boosting.egg-info/top_level.txt +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambdaguard/cusum.py +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambdaguard/lambdaguard.py +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambdaguard/ofi.py +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/setup.cfg +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/tests/test_cusum.py +0 -0
- {lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/tests/test_ofi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lambda-guard-boosting
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Overfitting detection for Gradient Boosting models using λ-Guard methodology.
|
|
5
5
|
Author-email: "Fabrizio Di Sciorio, PhD" <fabriziodisciorio91@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
<a href="https://coveralls.io/github/faberBI/lambdaguard">
|
|
43
43
|
<img src="https://img.shields.io/coveralls/github/faberBI/lambdaguard/main.svg" alt="Coverage Status">
|
|
44
44
|
</a>
|
|
45
|
-
<a href="https://pypi.org/project/
|
|
45
|
+
<a href="https://pypi.org/project/lambda-guard-boosting/">
|
|
46
46
|
<img src="https://img.shields.io/pypi/v/lambdaguard?logo=python" alt="PyPI Version">
|
|
47
47
|
</a>
|
|
48
48
|
<a href="https://opensource.org/licenses/MIT">
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<a href="https://coveralls.io/github/faberBI/lambdaguard">
|
|
15
15
|
<img src="https://img.shields.io/coveralls/github/faberBI/lambdaguard/main.svg" alt="Coverage Status">
|
|
16
16
|
</a>
|
|
17
|
-
<a href="https://pypi.org/project/
|
|
17
|
+
<a href="https://pypi.org/project/lambda-guard-boosting/">
|
|
18
18
|
<img src="https://img.shields.io/pypi/v/lambdaguard?logo=python" alt="PyPI Version">
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://opensource.org/licenses/MIT">
|
{lambda_guard_boosting-0.2.2 → lambda_guard_boosting-0.2.3}/lambda_guard_boosting.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lambda-guard-boosting
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Overfitting detection for Gradient Boosting models using λ-Guard methodology.
|
|
5
5
|
Author-email: "Fabrizio Di Sciorio, PhD" <fabriziodisciorio91@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
<a href="https://coveralls.io/github/faberBI/lambdaguard">
|
|
43
43
|
<img src="https://img.shields.io/coveralls/github/faberBI/lambdaguard/main.svg" alt="Coverage Status">
|
|
44
44
|
</a>
|
|
45
|
-
<a href="https://pypi.org/project/
|
|
45
|
+
<a href="https://pypi.org/project/lambda-guard-boosting/">
|
|
46
46
|
<img src="https://img.shields.io/pypi/v/lambdaguard?logo=python" alt="PyPI Version">
|
|
47
47
|
</a>
|
|
48
48
|
<a href="https://opensource.org/licenses/MIT">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
__version__ = "0.2.
|
|
1
|
+
__version__ = "0.2.3"
|
|
2
2
|
|
|
3
3
|
from .ofi import generalization_index, instability_index, create_model, run_experiment_multi_model, plot_all_multi_model, regression_test
|
|
4
|
-
from .
|
|
4
|
+
from .lambdaguard import lambda_guard_test, boosting_leverage, interpret
|
|
5
5
|
from .cusum import lambda_detect
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "lambda-guard-boosting"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.3"
|
|
8
8
|
description = "Overfitting detection for Gradient Boosting models using λ-Guard methodology."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|