howso-engine 60.2.2__tar.gz → 60.3.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.
- {howso_engine-60.2.2 → howso_engine-60.3.0}/LICENSE-3RD-PARTY.txt +6 -6
- {howso_engine-60.2.2/howso_engine.egg-info → howso_engine-60.3.0}/PKG-INFO +2 -2
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/base.py +15 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/reaction.py +9 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/engine/trainee.py +15 -0
- howso_engine-60.3.0/howso/howso-engine/howso.caml +0 -0
- howso_engine-60.3.0/howso/howso-engine/migrations/migrations.caml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/howso-engine/version.json +4 -4
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/scikit/scikit.py +5 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0/howso_engine.egg-info}/PKG-INFO +2 -2
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso_engine.egg-info/requires.txt +1 -1
- {howso_engine-60.2.2 → howso_engine-60.3.0}/pyproject.toml +1 -1
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.10-dev.txt +10 -9
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.10.txt +4 -4
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.11-dev.txt +12 -10
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.11.txt +4 -4
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.12-dev.txt +12 -10
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.12.txt +4 -4
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.13-dev.txt +12 -10
- {howso_engine-60.2.2 → howso_engine-60.3.0}/requirements-3.13.txt +4 -4
- howso_engine-60.3.0/version.json +5 -0
- howso_engine-60.2.2/howso/howso-engine/howso.caml +0 -0
- howso_engine-60.2.2/howso/howso-engine/migrations/migrations.caml +0 -0
- howso_engine-60.2.2/version.json +0 -5
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.coveragerc +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.flake8 +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.github/CODEOWNERS +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.github/templates/version_summary.md +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.github/workflows/build-pr.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.github/workflows/build-release.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.github/workflows/build.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.github/workflows/rebuild-requirements.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.github/workflows/version-update.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.gitignore +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.gitmodules +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/.pylintrc +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/CONTRIBUTING.md +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/LICENSE.txt +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/MANIFEST.in +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/Makefile +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/README.md +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/bin/build.sh +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/latest-mt-debug-howso.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/latest-mt-howso.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/latest-mt-noavx-traces-howso.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/latest-mt-traces-howso.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/latest-st-debug-howso.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/latest-st-howso.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/latest-st-traces-howso.yml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/powershell/Download-Tzdata.ps1 +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/config/powershell/Helper-Functions.ps1 +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/hatch.toml +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/__main__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/api.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/cache.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/client.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/configuration.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/exceptions.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/feature_flags.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/pandas/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/pandas/client.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/protocols.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/aggregate_reaction.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/base.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/group_reaction.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/project.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/session.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/trainee.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/schemas/version.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/client/typing.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/direct/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/direct/_utilities.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/direct/client.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/direct/schemas/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/direct/schemas/trainee.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/engine/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/engine/client.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/engine/project.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/engine/session.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/scikit/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/decorators.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/__init__.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/abstract_data.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/base.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/infer_feature_attributes.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/pandas.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/protocols.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/relational.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/serializers.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/suggestions.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/time_series.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/warnings.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/features.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/installation_verification.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/internals.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/json_wrapper.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/locale.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/monitors.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/posix.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/random.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/reaction.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/testing.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/tokenizing.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/utilities.py +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso_engine.egg-info/SOURCES.txt +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso_engine.egg-info/dependency_links.txt +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso_engine.egg-info/entry_points.txt +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/howso_engine.egg-info/top_level.txt +0 -0
- {howso_engine-60.2.2 → howso_engine-60.3.0}/setup.cfg +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Faker
|
|
2
|
-
40.
|
|
2
|
+
40.22.0
|
|
3
3
|
MIT License
|
|
4
4
|
joke2k
|
|
5
5
|
https://github.com/joke2k/faker
|
|
6
6
|
Faker is a Python package that generates fake data for you.
|
|
7
|
-
/home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/faker-40.
|
|
7
|
+
/home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/faker-40.22.0.dist-info/licenses/LICENSE.txt
|
|
8
8
|
Copyright (c) 2012 Daniele Faraglia
|
|
9
9
|
|
|
10
10
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -244,12 +244,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
244
244
|
|
|
245
245
|
|
|
246
246
|
idna
|
|
247
|
-
3.
|
|
247
|
+
3.18
|
|
248
248
|
BSD-3-Clause
|
|
249
249
|
Kim Davies <kim+pypi@gumleaf.org>
|
|
250
250
|
https://github.com/kjd/idna
|
|
251
251
|
Internationalized Domain Names in Applications (IDNA)
|
|
252
|
-
/home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/idna-3.
|
|
252
|
+
/home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/idna-3.18.dist-info/licenses/LICENSE.md
|
|
253
253
|
BSD 3-Clause License
|
|
254
254
|
|
|
255
255
|
Copyright (c) 2013-2026, Kim Davies and contributors.
|
|
@@ -3362,12 +3362,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3362
3362
|
|
|
3363
3363
|
|
|
3364
3364
|
tqdm
|
|
3365
|
-
4.
|
|
3365
|
+
4.68.2
|
|
3366
3366
|
MPL-2.0 AND MIT
|
|
3367
3367
|
UNKNOWN
|
|
3368
3368
|
https://tqdm.github.io
|
|
3369
3369
|
Fast, Extensible Progress Meter
|
|
3370
|
-
/home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/tqdm-4.
|
|
3370
|
+
/home/runner/.pyenv/versions/3.13.13/lib/python3.13/site-packages/tqdm-4.68.2.dist-info/licenses/LICENCE
|
|
3371
3371
|
`tqdm` is a product of collaborative work.
|
|
3372
3372
|
Unless otherwise stated, all authors (see commit logs) retain copyright
|
|
3373
3373
|
for their respective work, and release the work under the MIT licence
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: howso-engine
|
|
3
|
-
Version: 60.
|
|
3
|
+
Version: 60.3.0
|
|
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
|
|
@@ -705,7 +705,7 @@ Requires-Dist: sacremoses
|
|
|
705
705
|
Requires-Dist: semantic-version~=2.0
|
|
706
706
|
Requires-Dist: typing-extensions~=4.9
|
|
707
707
|
Requires-Dist: urllib3>=2.6.3
|
|
708
|
-
Requires-Dist: amalgam-lang==
|
|
708
|
+
Requires-Dist: amalgam-lang==32.0.0
|
|
709
709
|
Provides-Extra: dev
|
|
710
710
|
Requires-Dist: dill~=0.0; extra == "dev"
|
|
711
711
|
Requires-Dist: flake8-docstrings; extra == "dev"
|
|
@@ -1900,6 +1900,10 @@ class AbstractHowsoClient(ABC):
|
|
|
1900
1900
|
If True, outputs the distance contribution (expected total
|
|
1901
1901
|
surprisal contribution) for the reacted case. Uses both context
|
|
1902
1902
|
and action feature values.
|
|
1903
|
+
- residual_contribution : bool, optional
|
|
1904
|
+
If True, outputs the residual contribution (average feature
|
|
1905
|
+
residual surprisal) for the reacted case. Uses both context
|
|
1906
|
+
and action feature values.
|
|
1903
1907
|
- distance_ratio : bool, optional
|
|
1904
1908
|
If True, outputs the ratio of distance (relative surprisal)
|
|
1905
1909
|
between this reacted case and its nearest case to the minimum
|
|
@@ -1913,6 +1917,11 @@ class AbstractHowsoClient(ABC):
|
|
|
1913
1917
|
not when computing details robustly. Details will be computed
|
|
1914
1918
|
for all context and action features if this value is not
|
|
1915
1919
|
specified.
|
|
1920
|
+
- feature_density_convictions : bool, optional
|
|
1921
|
+
If True, outputs the feature density convictions for the local data around the prediction.
|
|
1922
|
+
Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values.
|
|
1923
|
+
Will also return 'feature_average_local_mad' and 'feature_local_mad' as explanation details under each of
|
|
1924
|
+
their respective keys.
|
|
1916
1925
|
- feature_deviations : bool, optional
|
|
1917
1926
|
If True, outputs computed feature deviations for all (context
|
|
1918
1927
|
and action) features locally around the prediction.
|
|
@@ -3591,6 +3600,7 @@ class AbstractHowsoClient(ABC):
|
|
|
3591
3600
|
overwrite: bool = False,
|
|
3592
3601
|
p_value_of_addition: bool | str = False,
|
|
3593
3602
|
p_value_of_removal: bool | str = False,
|
|
3603
|
+
residual_contribution: bool | str = False,
|
|
3594
3604
|
similarity_conviction: bool | str = False,
|
|
3595
3605
|
use_case_weights: t.Optional[bool] = None,
|
|
3596
3606
|
weight_feature: t.Optional[str] = None,
|
|
@@ -3651,6 +3661,10 @@ class AbstractHowsoClient(ABC):
|
|
|
3651
3661
|
The name of the feature to store distance contribution.
|
|
3652
3662
|
If set to True the values will be stored to the
|
|
3653
3663
|
feature 'distance_contribution'.
|
|
3664
|
+
residual_contribution : bool or str, default False
|
|
3665
|
+
The name of the feature to store residual contribution.
|
|
3666
|
+
If set to True the values will be stored to the
|
|
3667
|
+
feature 'residual_contribution'.
|
|
3654
3668
|
weight_feature : str, optional
|
|
3655
3669
|
Name of feature whose values to use as case weights.
|
|
3656
3670
|
When left unspecified uses the internally managed case weight.
|
|
@@ -3675,6 +3689,7 @@ class AbstractHowsoClient(ABC):
|
|
|
3675
3689
|
"overwrite": overwrite,
|
|
3676
3690
|
"p_value_of_addition": p_value_of_addition,
|
|
3677
3691
|
"p_value_of_removal": p_value_of_removal,
|
|
3692
|
+
"residual_contribution": residual_contribution,
|
|
3678
3693
|
"similarity_conviction": similarity_conviction,
|
|
3679
3694
|
"distance_contribution": distance_contribution,
|
|
3680
3695
|
"weight_feature": weight_feature,
|
|
@@ -84,6 +84,15 @@ class ReactDetails(TypedDict, total=False):
|
|
|
84
84
|
distance_ratio_parts: pd.DataFrame
|
|
85
85
|
"""A DataFrame of the parts that are used to compute the distance ratio for each case."""
|
|
86
86
|
|
|
87
|
+
feature_density_convictions: pd.DataFrame
|
|
88
|
+
"""A DataFrame of the feature density convictions for the local data around this case. Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values"""
|
|
89
|
+
|
|
90
|
+
feature_average_local_mad: pd.DataFrame
|
|
91
|
+
"""A DataFrame of the average weighted mean absolute deviation of all local cases for a specific case, using each case's local data for computation."""
|
|
92
|
+
|
|
93
|
+
feature_local_mad: pd.DataFrame
|
|
94
|
+
"""A DataFrame of the weighted mean absolute deviation of all local cases for a specific case, using each case's local data for computation."""
|
|
95
|
+
|
|
87
96
|
feature_deviations: pd.DataFrame
|
|
88
97
|
"""
|
|
89
98
|
A DataFrame of the mean absolute error of predicting each feature using the full set of context features and
|
|
@@ -1493,6 +1493,10 @@ class Trainee(BaseTrainee):
|
|
|
1493
1493
|
If True, outputs the distance contribution (expected total
|
|
1494
1494
|
surprisal contribution) for the reacted case. Uses both context
|
|
1495
1495
|
and action feature values.
|
|
1496
|
+
- residual_contribution : bool, optional
|
|
1497
|
+
If True, outputs the residual contribution (average feature
|
|
1498
|
+
residual surprisal) for the reacted case. Uses both context
|
|
1499
|
+
and action feature values.
|
|
1496
1500
|
- distance_ratio : bool, optional
|
|
1497
1501
|
If True, outputs the ratio of distance (relative surprisal)
|
|
1498
1502
|
between this reacted case and its nearest case to the minimum
|
|
@@ -1506,6 +1510,11 @@ class Trainee(BaseTrainee):
|
|
|
1506
1510
|
not when computing details robustly. Details will be computed
|
|
1507
1511
|
for all context and action features if this value is not
|
|
1508
1512
|
specified.
|
|
1513
|
+
- feature_density_convictions : bool, optional
|
|
1514
|
+
If True, outputs the feature density convictions for the local data around the prediction.
|
|
1515
|
+
Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values.
|
|
1516
|
+
Will also return 'feature_average_local_mad' and 'feature_local_mad' as explanation details under each of
|
|
1517
|
+
their respective keys.
|
|
1509
1518
|
- feature_deviations : bool, optional
|
|
1510
1519
|
If True, outputs computed feature deviations for all (context
|
|
1511
1520
|
and action) features locally around the prediction.
|
|
@@ -3530,6 +3539,7 @@ class Trainee(BaseTrainee):
|
|
|
3530
3539
|
overwrite: bool = False,
|
|
3531
3540
|
p_value_of_addition: str | bool = False,
|
|
3532
3541
|
p_value_of_removal: str | bool = False,
|
|
3542
|
+
residual_contribution: bool | str = False,
|
|
3533
3543
|
similarity_conviction: str | bool = False,
|
|
3534
3544
|
use_case_weights: t.Optional[bool] = None,
|
|
3535
3545
|
weight_feature: t.Optional[str] = None,
|
|
@@ -3584,6 +3594,10 @@ class Trainee(BaseTrainee):
|
|
|
3584
3594
|
The name of the feature to store p value of removal
|
|
3585
3595
|
values. If set to True the values will be stored to the feature
|
|
3586
3596
|
'p_value_of_removal'.
|
|
3597
|
+
residual_contribution : bool or str, default False
|
|
3598
|
+
The name of the feature to store residual contribution.
|
|
3599
|
+
If set to True the values will be stored to the
|
|
3600
|
+
feature 'residual_contribution'.
|
|
3587
3601
|
similarity_conviction : bool or str, default False
|
|
3588
3602
|
The name of the feature to store similarity conviction
|
|
3589
3603
|
values. If set to True the values will be stored to the feature
|
|
@@ -3610,6 +3624,7 @@ class Trainee(BaseTrainee):
|
|
|
3610
3624
|
overwrite=overwrite,
|
|
3611
3625
|
p_value_of_addition=p_value_of_addition,
|
|
3612
3626
|
p_value_of_removal=p_value_of_removal,
|
|
3627
|
+
residual_contribution=residual_contribution,
|
|
3613
3628
|
similarity_conviction=similarity_conviction,
|
|
3614
3629
|
features=features,
|
|
3615
3630
|
use_case_weights=use_case_weights,
|
|
Binary file
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "115.
|
|
2
|
+
"version": "115.4.0",
|
|
3
3
|
"dependencies": {
|
|
4
|
-
"amalgam": "
|
|
4
|
+
"amalgam": "80.0.1"
|
|
5
5
|
},
|
|
6
6
|
"display_title": "",
|
|
7
7
|
"build_date": "",
|
|
8
|
-
"sha": "
|
|
9
|
-
"url": "https://github.com/howsoai/howso-engine/releases/tag/115.
|
|
8
|
+
"sha": "9cac976ccf178076dca3c0c8df9aa7504de53ad2",
|
|
9
|
+
"url": "https://github.com/howsoai/howso-engine/releases/tag/115.4.0"
|
|
10
10
|
}
|
|
@@ -714,6 +714,11 @@ class HowsoEstimator(BaseEstimator):
|
|
|
714
714
|
not when computing details robustly. Details will be computed
|
|
715
715
|
for all context and action features if this value is not
|
|
716
716
|
specified.
|
|
717
|
+
- feature_density_convictions : bool, optional
|
|
718
|
+
If True, outputs the feature density convictions for the local data around the prediction.
|
|
719
|
+
Computed as the average weighted mean absolute deviation of local values / weighted mean absolute deviation of local values.
|
|
720
|
+
Will also return 'feature_average_local_mad' and 'feature_local_mad' as explanation details under each of
|
|
721
|
+
their respective keys.
|
|
717
722
|
- feature_deviations : bool, optional
|
|
718
723
|
If True, outputs computed feature deviations for all (context
|
|
719
724
|
and action) features locally around the prediction.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: howso-engine
|
|
3
|
-
Version: 60.
|
|
3
|
+
Version: 60.3.0
|
|
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
|
|
@@ -705,7 +705,7 @@ Requires-Dist: sacremoses
|
|
|
705
705
|
Requires-Dist: semantic-version~=2.0
|
|
706
706
|
Requires-Dist: typing-extensions~=4.9
|
|
707
707
|
Requires-Dist: urllib3>=2.6.3
|
|
708
|
-
Requires-Dist: amalgam-lang==
|
|
708
|
+
Requires-Dist: amalgam-lang==32.0.0
|
|
709
709
|
Provides-Extra: dev
|
|
710
710
|
Requires-Dist: dill~=0.0; extra == "dev"
|
|
711
711
|
Requires-Dist: flake8-docstrings; extra == "dev"
|
|
@@ -48,7 +48,7 @@ dependencies = [
|
|
|
48
48
|
"semantic-version~=2.0",
|
|
49
49
|
"typing-extensions~=4.9",
|
|
50
50
|
"urllib3>=2.6.3",
|
|
51
|
-
"amalgam-lang==
|
|
51
|
+
"amalgam-lang==32.0.0", # Use exact since Engine is exact in version.json
|
|
52
52
|
]
|
|
53
53
|
|
|
54
54
|
[project.optional-dependencies]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --extra=dev --extra=scikit --index-url=None --no-emit-index-url --output-file=requirements-3.10-dev.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
astroid==4.0.4
|
|
10
10
|
# via pylint
|
|
@@ -20,7 +20,7 @@ click==8.4.1
|
|
|
20
20
|
# via
|
|
21
21
|
# pip-tools
|
|
22
22
|
# sacremoses
|
|
23
|
-
coverage[toml]==7.14.
|
|
23
|
+
coverage[toml]==7.14.1
|
|
24
24
|
# via pytest-cov
|
|
25
25
|
dill==0.4.1
|
|
26
26
|
# via
|
|
@@ -30,7 +30,7 @@ exceptiongroup==1.3.1
|
|
|
30
30
|
# via pytest
|
|
31
31
|
execnet==2.1.2
|
|
32
32
|
# via pytest-xdist
|
|
33
|
-
faker==40.
|
|
33
|
+
faker==40.22.0
|
|
34
34
|
# via howso-engine (pyproject.toml)
|
|
35
35
|
flake8==3.9.2
|
|
36
36
|
# via
|
|
@@ -42,7 +42,7 @@ flake8-import-order==0.19.2
|
|
|
42
42
|
# via howso-engine (pyproject.toml)
|
|
43
43
|
humanize==4.15.0
|
|
44
44
|
# via howso-engine (pyproject.toml)
|
|
45
|
-
idna==3.
|
|
45
|
+
idna==3.18
|
|
46
46
|
# via requests
|
|
47
47
|
iniconfig==2.3.0
|
|
48
48
|
# via pytest
|
|
@@ -82,9 +82,9 @@ pandas==2.3.3
|
|
|
82
82
|
# via howso-engine (pyproject.toml)
|
|
83
83
|
pip-tools==7.5.3
|
|
84
84
|
# via howso-engine (pyproject.toml)
|
|
85
|
-
pipdeptree==
|
|
85
|
+
pipdeptree==3.1.0
|
|
86
86
|
# via howso-engine (pyproject.toml)
|
|
87
|
-
platformdirs==4.
|
|
87
|
+
platformdirs==4.10.0
|
|
88
88
|
# via pylint
|
|
89
89
|
pluggy==1.6.0
|
|
90
90
|
# via
|
|
@@ -149,7 +149,7 @@ sentinels==1.1.1
|
|
|
149
149
|
# via mongomock
|
|
150
150
|
six==1.17.0
|
|
151
151
|
# via python-dateutil
|
|
152
|
-
snowballstemmer==3.
|
|
152
|
+
snowballstemmer==3.1.1
|
|
153
153
|
# via pydocstyle
|
|
154
154
|
threadpoolctl==3.6.0
|
|
155
155
|
# via scikit-learn
|
|
@@ -158,11 +158,12 @@ tomli==2.4.1
|
|
|
158
158
|
# build
|
|
159
159
|
# coverage
|
|
160
160
|
# pip-tools
|
|
161
|
+
# pipdeptree
|
|
161
162
|
# pylint
|
|
162
163
|
# pytest
|
|
163
164
|
tomlkit==0.15.0
|
|
164
165
|
# via pylint
|
|
165
|
-
tqdm==4.
|
|
166
|
+
tqdm==4.68.2
|
|
166
167
|
# via sacremoses
|
|
167
168
|
typing-extensions==4.15.0
|
|
168
169
|
# via
|
|
@@ -179,7 +180,7 @@ wheel==0.47.0
|
|
|
179
180
|
# via pip-tools
|
|
180
181
|
|
|
181
182
|
# The following packages are considered to be unsafe in a requirements file:
|
|
182
|
-
pip==26.1.
|
|
183
|
+
pip==26.1.2
|
|
183
184
|
# via pip-tools
|
|
184
185
|
setuptools==82.0.1
|
|
185
186
|
# via
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-emit-index-url --output-file=requirements-3.10.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
certifi==2026.5.20
|
|
10
10
|
# via
|
|
@@ -14,11 +14,11 @@ charset-normalizer==3.4.7
|
|
|
14
14
|
# via requests
|
|
15
15
|
click==8.4.1
|
|
16
16
|
# via sacremoses
|
|
17
|
-
faker==40.
|
|
17
|
+
faker==40.22.0
|
|
18
18
|
# via howso-engine (pyproject.toml)
|
|
19
19
|
humanize==4.15.0
|
|
20
20
|
# via howso-engine (pyproject.toml)
|
|
21
|
-
idna==3.
|
|
21
|
+
idna==3.18
|
|
22
22
|
# via requests
|
|
23
23
|
joblib==1.5.3
|
|
24
24
|
# via sacremoses
|
|
@@ -60,7 +60,7 @@ semantic-version==2.10.0
|
|
|
60
60
|
# via howso-engine (pyproject.toml)
|
|
61
61
|
six==1.17.0
|
|
62
62
|
# via python-dateutil
|
|
63
|
-
tqdm==4.
|
|
63
|
+
tqdm==4.68.2
|
|
64
64
|
# via sacremoses
|
|
65
65
|
typing-extensions==4.15.0
|
|
66
66
|
# via howso-engine (pyproject.toml)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --extra=dev --extra=scikit --index-url=None --no-emit-index-url --output-file=requirements-3.11-dev.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
astroid==4.0.4
|
|
10
10
|
# via pylint
|
|
@@ -20,7 +20,7 @@ click==8.4.1
|
|
|
20
20
|
# via
|
|
21
21
|
# pip-tools
|
|
22
22
|
# sacremoses
|
|
23
|
-
coverage[toml]==7.14.
|
|
23
|
+
coverage[toml]==7.14.1
|
|
24
24
|
# via pytest-cov
|
|
25
25
|
dill==0.4.1
|
|
26
26
|
# via
|
|
@@ -28,7 +28,7 @@ dill==0.4.1
|
|
|
28
28
|
# pylint
|
|
29
29
|
execnet==2.1.2
|
|
30
30
|
# via pytest-xdist
|
|
31
|
-
faker==40.
|
|
31
|
+
faker==40.22.0
|
|
32
32
|
# via howso-engine (pyproject.toml)
|
|
33
33
|
flake8==3.9.2
|
|
34
34
|
# via
|
|
@@ -40,7 +40,7 @@ flake8-import-order==0.19.2
|
|
|
40
40
|
# via howso-engine (pyproject.toml)
|
|
41
41
|
humanize==4.15.0
|
|
42
42
|
# via howso-engine (pyproject.toml)
|
|
43
|
-
idna==3.
|
|
43
|
+
idna==3.18
|
|
44
44
|
# via requests
|
|
45
45
|
iniconfig==2.3.0
|
|
46
46
|
# via pytest
|
|
@@ -62,6 +62,8 @@ mmh3==5.2.1
|
|
|
62
62
|
# via howso-engine (pyproject.toml)
|
|
63
63
|
mongomock==4.3.0
|
|
64
64
|
# via howso-engine (pyproject.toml)
|
|
65
|
+
narwhals==2.22.1
|
|
66
|
+
# via scikit-learn
|
|
65
67
|
numpy==2.4.6
|
|
66
68
|
# via
|
|
67
69
|
# howso-engine (pyproject.toml)
|
|
@@ -80,9 +82,9 @@ pandas==2.3.3
|
|
|
80
82
|
# via howso-engine (pyproject.toml)
|
|
81
83
|
pip-tools==7.5.3
|
|
82
84
|
# via howso-engine (pyproject.toml)
|
|
83
|
-
pipdeptree==
|
|
85
|
+
pipdeptree==3.1.0
|
|
84
86
|
# via howso-engine (pyproject.toml)
|
|
85
|
-
platformdirs==4.
|
|
87
|
+
platformdirs==4.10.0
|
|
86
88
|
# via pylint
|
|
87
89
|
pluggy==1.6.0
|
|
88
90
|
# via
|
|
@@ -137,7 +139,7 @@ rich==15.0.0
|
|
|
137
139
|
# via howso-engine (pyproject.toml)
|
|
138
140
|
sacremoses==0.1.1
|
|
139
141
|
# via howso-engine (pyproject.toml)
|
|
140
|
-
scikit-learn==1.
|
|
142
|
+
scikit-learn==1.9.0
|
|
141
143
|
# via howso-engine (pyproject.toml)
|
|
142
144
|
scipy==1.17.1
|
|
143
145
|
# via scikit-learn
|
|
@@ -147,13 +149,13 @@ sentinels==1.1.1
|
|
|
147
149
|
# via mongomock
|
|
148
150
|
six==1.17.0
|
|
149
151
|
# via python-dateutil
|
|
150
|
-
snowballstemmer==3.
|
|
152
|
+
snowballstemmer==3.1.1
|
|
151
153
|
# via pydocstyle
|
|
152
154
|
threadpoolctl==3.6.0
|
|
153
155
|
# via scikit-learn
|
|
154
156
|
tomlkit==0.15.0
|
|
155
157
|
# via pylint
|
|
156
|
-
tqdm==4.
|
|
158
|
+
tqdm==4.68.2
|
|
157
159
|
# via sacremoses
|
|
158
160
|
typing-extensions==4.15.0
|
|
159
161
|
# via howso-engine (pyproject.toml)
|
|
@@ -167,7 +169,7 @@ wheel==0.47.0
|
|
|
167
169
|
# via pip-tools
|
|
168
170
|
|
|
169
171
|
# The following packages are considered to be unsafe in a requirements file:
|
|
170
|
-
pip==26.1.
|
|
172
|
+
pip==26.1.2
|
|
171
173
|
# via pip-tools
|
|
172
174
|
setuptools==82.0.1
|
|
173
175
|
# via
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-emit-index-url --output-file=requirements-3.11.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
certifi==2026.5.20
|
|
10
10
|
# via
|
|
@@ -14,11 +14,11 @@ charset-normalizer==3.4.7
|
|
|
14
14
|
# via requests
|
|
15
15
|
click==8.4.1
|
|
16
16
|
# via sacremoses
|
|
17
|
-
faker==40.
|
|
17
|
+
faker==40.22.0
|
|
18
18
|
# via howso-engine (pyproject.toml)
|
|
19
19
|
humanize==4.15.0
|
|
20
20
|
# via howso-engine (pyproject.toml)
|
|
21
|
-
idna==3.
|
|
21
|
+
idna==3.18
|
|
22
22
|
# via requests
|
|
23
23
|
joblib==1.5.3
|
|
24
24
|
# via sacremoses
|
|
@@ -60,7 +60,7 @@ semantic-version==2.10.0
|
|
|
60
60
|
# via howso-engine (pyproject.toml)
|
|
61
61
|
six==1.17.0
|
|
62
62
|
# via python-dateutil
|
|
63
|
-
tqdm==4.
|
|
63
|
+
tqdm==4.68.2
|
|
64
64
|
# via sacremoses
|
|
65
65
|
typing-extensions==4.15.0
|
|
66
66
|
# via howso-engine (pyproject.toml)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --extra=dev --extra=scikit --index-url=None --no-emit-index-url --output-file=requirements-3.12-dev.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
astroid==4.0.4
|
|
10
10
|
# via pylint
|
|
@@ -20,7 +20,7 @@ click==8.4.1
|
|
|
20
20
|
# via
|
|
21
21
|
# pip-tools
|
|
22
22
|
# sacremoses
|
|
23
|
-
coverage[toml]==7.14.
|
|
23
|
+
coverage[toml]==7.14.1
|
|
24
24
|
# via pytest-cov
|
|
25
25
|
dill==0.4.1
|
|
26
26
|
# via
|
|
@@ -28,7 +28,7 @@ dill==0.4.1
|
|
|
28
28
|
# pylint
|
|
29
29
|
execnet==2.1.2
|
|
30
30
|
# via pytest-xdist
|
|
31
|
-
faker==40.
|
|
31
|
+
faker==40.22.0
|
|
32
32
|
# via howso-engine (pyproject.toml)
|
|
33
33
|
flake8==3.9.2
|
|
34
34
|
# via
|
|
@@ -40,7 +40,7 @@ flake8-import-order==0.19.2
|
|
|
40
40
|
# via howso-engine (pyproject.toml)
|
|
41
41
|
humanize==4.15.0
|
|
42
42
|
# via howso-engine (pyproject.toml)
|
|
43
|
-
idna==3.
|
|
43
|
+
idna==3.18
|
|
44
44
|
# via requests
|
|
45
45
|
iniconfig==2.3.0
|
|
46
46
|
# via pytest
|
|
@@ -62,6 +62,8 @@ mmh3==5.2.1
|
|
|
62
62
|
# via howso-engine (pyproject.toml)
|
|
63
63
|
mongomock==4.3.0
|
|
64
64
|
# via howso-engine (pyproject.toml)
|
|
65
|
+
narwhals==2.22.1
|
|
66
|
+
# via scikit-learn
|
|
65
67
|
numpy==2.4.6
|
|
66
68
|
# via
|
|
67
69
|
# howso-engine (pyproject.toml)
|
|
@@ -80,9 +82,9 @@ pandas==2.3.3
|
|
|
80
82
|
# via howso-engine (pyproject.toml)
|
|
81
83
|
pip-tools==7.5.3
|
|
82
84
|
# via howso-engine (pyproject.toml)
|
|
83
|
-
pipdeptree==
|
|
85
|
+
pipdeptree==3.1.0
|
|
84
86
|
# via howso-engine (pyproject.toml)
|
|
85
|
-
platformdirs==4.
|
|
87
|
+
platformdirs==4.10.0
|
|
86
88
|
# via pylint
|
|
87
89
|
pluggy==1.6.0
|
|
88
90
|
# via
|
|
@@ -137,7 +139,7 @@ rich==15.0.0
|
|
|
137
139
|
# via howso-engine (pyproject.toml)
|
|
138
140
|
sacremoses==0.1.1
|
|
139
141
|
# via howso-engine (pyproject.toml)
|
|
140
|
-
scikit-learn==1.
|
|
142
|
+
scikit-learn==1.9.0
|
|
141
143
|
# via howso-engine (pyproject.toml)
|
|
142
144
|
scipy==1.17.1
|
|
143
145
|
# via scikit-learn
|
|
@@ -147,13 +149,13 @@ sentinels==1.1.1
|
|
|
147
149
|
# via mongomock
|
|
148
150
|
six==1.17.0
|
|
149
151
|
# via python-dateutil
|
|
150
|
-
snowballstemmer==3.
|
|
152
|
+
snowballstemmer==3.1.1
|
|
151
153
|
# via pydocstyle
|
|
152
154
|
threadpoolctl==3.6.0
|
|
153
155
|
# via scikit-learn
|
|
154
156
|
tomlkit==0.15.0
|
|
155
157
|
# via pylint
|
|
156
|
-
tqdm==4.
|
|
158
|
+
tqdm==4.68.2
|
|
157
159
|
# via sacremoses
|
|
158
160
|
typing-extensions==4.15.0
|
|
159
161
|
# via howso-engine (pyproject.toml)
|
|
@@ -167,7 +169,7 @@ wheel==0.47.0
|
|
|
167
169
|
# via pip-tools
|
|
168
170
|
|
|
169
171
|
# The following packages are considered to be unsafe in a requirements file:
|
|
170
|
-
pip==26.1.
|
|
172
|
+
pip==26.1.2
|
|
171
173
|
# via pip-tools
|
|
172
174
|
setuptools==82.0.1
|
|
173
175
|
# via
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-emit-index-url --output-file=requirements-3.12.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
certifi==2026.5.20
|
|
10
10
|
# via
|
|
@@ -14,11 +14,11 @@ charset-normalizer==3.4.7
|
|
|
14
14
|
# via requests
|
|
15
15
|
click==8.4.1
|
|
16
16
|
# via sacremoses
|
|
17
|
-
faker==40.
|
|
17
|
+
faker==40.22.0
|
|
18
18
|
# via howso-engine (pyproject.toml)
|
|
19
19
|
humanize==4.15.0
|
|
20
20
|
# via howso-engine (pyproject.toml)
|
|
21
|
-
idna==3.
|
|
21
|
+
idna==3.18
|
|
22
22
|
# via requests
|
|
23
23
|
joblib==1.5.3
|
|
24
24
|
# via sacremoses
|
|
@@ -60,7 +60,7 @@ semantic-version==2.10.0
|
|
|
60
60
|
# via howso-engine (pyproject.toml)
|
|
61
61
|
six==1.17.0
|
|
62
62
|
# via python-dateutil
|
|
63
|
-
tqdm==4.
|
|
63
|
+
tqdm==4.68.2
|
|
64
64
|
# via sacremoses
|
|
65
65
|
typing-extensions==4.15.0
|
|
66
66
|
# via howso-engine (pyproject.toml)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --extra=dev --extra=scikit --index-url=None --no-emit-index-url --output-file=requirements-3.13-dev.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
astroid==4.0.4
|
|
10
10
|
# via pylint
|
|
@@ -20,7 +20,7 @@ click==8.4.1
|
|
|
20
20
|
# via
|
|
21
21
|
# pip-tools
|
|
22
22
|
# sacremoses
|
|
23
|
-
coverage[toml]==7.14.
|
|
23
|
+
coverage[toml]==7.14.1
|
|
24
24
|
# via pytest-cov
|
|
25
25
|
dill==0.4.1
|
|
26
26
|
# via
|
|
@@ -28,7 +28,7 @@ dill==0.4.1
|
|
|
28
28
|
# pylint
|
|
29
29
|
execnet==2.1.2
|
|
30
30
|
# via pytest-xdist
|
|
31
|
-
faker==40.
|
|
31
|
+
faker==40.22.0
|
|
32
32
|
# via howso-engine (pyproject.toml)
|
|
33
33
|
flake8==3.9.2
|
|
34
34
|
# via
|
|
@@ -40,7 +40,7 @@ flake8-import-order==0.19.2
|
|
|
40
40
|
# via howso-engine (pyproject.toml)
|
|
41
41
|
humanize==4.15.0
|
|
42
42
|
# via howso-engine (pyproject.toml)
|
|
43
|
-
idna==3.
|
|
43
|
+
idna==3.18
|
|
44
44
|
# via requests
|
|
45
45
|
iniconfig==2.3.0
|
|
46
46
|
# via pytest
|
|
@@ -62,6 +62,8 @@ mmh3==5.2.1
|
|
|
62
62
|
# via howso-engine (pyproject.toml)
|
|
63
63
|
mongomock==4.3.0
|
|
64
64
|
# via howso-engine (pyproject.toml)
|
|
65
|
+
narwhals==2.22.1
|
|
66
|
+
# via scikit-learn
|
|
65
67
|
numpy==2.4.6
|
|
66
68
|
# via
|
|
67
69
|
# howso-engine (pyproject.toml)
|
|
@@ -80,9 +82,9 @@ pandas==2.3.3
|
|
|
80
82
|
# via howso-engine (pyproject.toml)
|
|
81
83
|
pip-tools==7.5.3
|
|
82
84
|
# via howso-engine (pyproject.toml)
|
|
83
|
-
pipdeptree==
|
|
85
|
+
pipdeptree==3.1.0
|
|
84
86
|
# via howso-engine (pyproject.toml)
|
|
85
|
-
platformdirs==4.
|
|
87
|
+
platformdirs==4.10.0
|
|
86
88
|
# via pylint
|
|
87
89
|
pluggy==1.6.0
|
|
88
90
|
# via
|
|
@@ -137,7 +139,7 @@ rich==15.0.0
|
|
|
137
139
|
# via howso-engine (pyproject.toml)
|
|
138
140
|
sacremoses==0.1.1
|
|
139
141
|
# via howso-engine (pyproject.toml)
|
|
140
|
-
scikit-learn==1.
|
|
142
|
+
scikit-learn==1.9.0
|
|
141
143
|
# via howso-engine (pyproject.toml)
|
|
142
144
|
scipy==1.17.1
|
|
143
145
|
# via scikit-learn
|
|
@@ -147,13 +149,13 @@ sentinels==1.1.1
|
|
|
147
149
|
# via mongomock
|
|
148
150
|
six==1.17.0
|
|
149
151
|
# via python-dateutil
|
|
150
|
-
snowballstemmer==3.
|
|
152
|
+
snowballstemmer==3.1.1
|
|
151
153
|
# via pydocstyle
|
|
152
154
|
threadpoolctl==3.6.0
|
|
153
155
|
# via scikit-learn
|
|
154
156
|
tomlkit==0.15.0
|
|
155
157
|
# via pylint
|
|
156
|
-
tqdm==4.
|
|
158
|
+
tqdm==4.68.2
|
|
157
159
|
# via sacremoses
|
|
158
160
|
typing-extensions==4.15.0
|
|
159
161
|
# via howso-engine (pyproject.toml)
|
|
@@ -167,7 +169,7 @@ wheel==0.47.0
|
|
|
167
169
|
# via pip-tools
|
|
168
170
|
|
|
169
171
|
# The following packages are considered to be unsafe in a requirements file:
|
|
170
|
-
pip==26.1.
|
|
172
|
+
pip==26.1.2
|
|
171
173
|
# via pip-tools
|
|
172
174
|
setuptools==82.0.1
|
|
173
175
|
# via
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-emit-index-url --output-file=requirements-3.13.txt --pip-args=None
|
|
6
6
|
#
|
|
7
|
-
amalgam-lang==
|
|
7
|
+
amalgam-lang==32.0.0
|
|
8
8
|
# via howso-engine (pyproject.toml)
|
|
9
9
|
certifi==2026.5.20
|
|
10
10
|
# via
|
|
@@ -14,11 +14,11 @@ charset-normalizer==3.4.7
|
|
|
14
14
|
# via requests
|
|
15
15
|
click==8.4.1
|
|
16
16
|
# via sacremoses
|
|
17
|
-
faker==40.
|
|
17
|
+
faker==40.22.0
|
|
18
18
|
# via howso-engine (pyproject.toml)
|
|
19
19
|
humanize==4.15.0
|
|
20
20
|
# via howso-engine (pyproject.toml)
|
|
21
|
-
idna==3.
|
|
21
|
+
idna==3.18
|
|
22
22
|
# via requests
|
|
23
23
|
joblib==1.5.3
|
|
24
24
|
# via sacremoses
|
|
@@ -60,7 +60,7 @@ semantic-version==2.10.0
|
|
|
60
60
|
# via howso-engine (pyproject.toml)
|
|
61
61
|
six==1.17.0
|
|
62
62
|
# via python-dateutil
|
|
63
|
-
tqdm==4.
|
|
63
|
+
tqdm==4.68.2
|
|
64
64
|
# via sacremoses
|
|
65
65
|
typing-extensions==4.15.0
|
|
66
66
|
# via howso-engine (pyproject.toml)
|
|
Binary file
|
|
Binary file
|
howso_engine-60.2.2/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
|
{howso_engine-60.2.2 → howso_engine-60.3.0}/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-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/relational.py
RENAMED
|
File without changes
|
{howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/serializers.py
RENAMED
|
File without changes
|
{howso_engine-60.2.2 → howso_engine-60.3.0}/howso/utilities/feature_attributes/suggestions.py
RENAMED
|
File without changes
|
{howso_engine-60.2.2 → howso_engine-60.3.0}/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
|