howso-engine 62.2.0__tar.gz → 62.2.1__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.
- {howso_engine-62.2.0/howso_engine.egg-info → howso_engine-62.2.1}/PKG-INFO +1 -1
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/base.py +1 -1
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/engine/trainee.py +1 -1
- howso_engine-62.2.1/howso/howso-engine/howso.caml +0 -0
- howso_engine-62.2.1/howso/howso-engine/migrations/migrations.caml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/howso-engine/version.json +3 -3
- {howso_engine-62.2.0 → howso_engine-62.2.1/howso_engine.egg-info}/PKG-INFO +1 -1
- howso_engine-62.2.1/version.json +5 -0
- howso_engine-62.2.0/howso/howso-engine/howso.caml +0 -0
- howso_engine-62.2.0/howso/howso-engine/migrations/migrations.caml +0 -0
- howso_engine-62.2.0/version.json +0 -5
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.coveragerc +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.flake8 +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.github/CODEOWNERS +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.github/templates/version_summary.md +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.github/workflows/build-pr.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.github/workflows/build-release.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.github/workflows/build.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.github/workflows/rebuild-requirements.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.github/workflows/version-update.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.gitignore +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.gitmodules +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/.pylintrc +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/CONTRIBUTING.md +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/LICENSE-3RD-PARTY.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/LICENSE.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/MANIFEST.in +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/Makefile +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/README.md +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/bin/build.sh +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/latest-mt-debug-howso.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/latest-mt-howso.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/latest-mt-noavx-traces-howso.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/latest-mt-traces-howso.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/latest-st-debug-howso.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/latest-st-howso.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/latest-st-traces-howso.yml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/powershell/Download-Tzdata.ps1 +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/config/powershell/Helper-Functions.ps1 +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/hatch.toml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/__main__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/api.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/cache.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/client.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/configuration.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/exceptions.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/feature_flags.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/pandas/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/pandas/client.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/protocols.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/aggregate_reaction.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/base.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/group_reaction.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/project.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/reaction.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/session.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/trainee.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/schemas/version.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/client/typing.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/direct/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/direct/_utilities.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/direct/client.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/direct/schemas/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/direct/schemas/trainee.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/engine/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/engine/client.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/engine/project.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/engine/session.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/scikit/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/scikit/scikit.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/decorators.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/fanout_features.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/__init__.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/abstract_data.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/base.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/infer_feature_attributes.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/pandas.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/protocols.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/relational.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/serializers.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/suggestions.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/time_series.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/warnings.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/features.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/installation_verification.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/internals.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/json_wrapper.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/locale.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/monitors.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/posix.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/random.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/reaction.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/testing.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/tokenizing.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/utilities.py +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso_engine.egg-info/SOURCES.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso_engine.egg-info/dependency_links.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso_engine.egg-info/entry_points.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso_engine.egg-info/requires.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/howso_engine.egg-info/top_level.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/pyproject.toml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/pyrightconfig.json +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.11-dev.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.11.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.12-dev.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.12.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.13-dev.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.13.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.14-dev.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/requirements-3.14.txt +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/ruff.toml +0 -0
- {howso_engine-62.2.0 → howso_engine-62.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: howso-engine
|
|
3
|
-
Version: 62.2.
|
|
3
|
+
Version: 62.2.1
|
|
4
4
|
Summary: The Howso Engine™ is a natively and fully explainable ML engine, serving as an alternative to black box AI neural networks.
|
|
5
5
|
Author: Howso Incorporated
|
|
6
6
|
Author-email: support@howso.com
|
|
@@ -4039,7 +4039,7 @@ class AbstractHowsoClient(ABC):
|
|
|
4039
4039
|
num_robust_prediction_contributions_samples_per_case : int, optional
|
|
4040
4040
|
Specifies the number of robust samples to use for each case for
|
|
4041
4041
|
robust prediction contribution computations. Defaults to 300 +
|
|
4042
|
-
|
|
4042
|
+
30 * (number of features) with a max of 3000 when unspecified.
|
|
4043
4043
|
num_robust_residual_samples : int, optional
|
|
4044
4044
|
Total sample size of model to use (using sampling with replacement)
|
|
4045
4045
|
for robust mda and residual computation.
|
|
@@ -3990,7 +3990,7 @@ class Trainee(BaseTrainee):
|
|
|
3990
3990
|
num_robust_prediction_contributions_samples_per_case : int, optional
|
|
3991
3991
|
Specifies the number of robust samples to use for each case for
|
|
3992
3992
|
robust prediction contribution computations. Defaults to 300 +
|
|
3993
|
-
|
|
3993
|
+
30 * (number of features) with a max of 3000 when unspecified.
|
|
3994
3994
|
num_robust_residual_samples : int, optional
|
|
3995
3995
|
Total sample size of model to use (using sampling with replacement)
|
|
3996
3996
|
for robust mda and residual computation.
|
|
Binary file
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "116.2.
|
|
2
|
+
"version": "116.2.1",
|
|
3
3
|
"dependencies": {
|
|
4
4
|
"amalgam": "81.1.2"
|
|
5
5
|
},
|
|
6
6
|
"display_title": "",
|
|
7
7
|
"build_date": "",
|
|
8
|
-
"sha": "
|
|
9
|
-
"url": "https://github.com/howsoai/howso-engine/releases/tag/116.2.
|
|
8
|
+
"sha": "36805774090e88004afcb56ec7cbb425a002f664",
|
|
9
|
+
"url": "https://github.com/howsoai/howso-engine/releases/tag/116.2.1"
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: howso-engine
|
|
3
|
-
Version: 62.2.
|
|
3
|
+
Version: 62.2.1
|
|
4
4
|
Summary: The Howso Engine™ is a natively and fully explainable ML engine, serving as an alternative to black box AI neural networks.
|
|
5
5
|
Author: Howso Incorporated
|
|
6
6
|
Author-email: support@howso.com
|
|
Binary file
|
|
Binary file
|
howso_engine-62.2.0/version.json
DELETED
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
{howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/abstract_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/relational.py
RENAMED
|
File without changes
|
{howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/serializers.py
RENAMED
|
File without changes
|
{howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/suggestions.py
RENAMED
|
File without changes
|
{howso_engine-62.2.0 → howso_engine-62.2.1}/howso/utilities/feature_attributes/time_series.py
RENAMED
|
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
|
|
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
|
|
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
|