upgini 1.2.69a3832.dev1__py3-none-any.whl → 1.2.70a3832.dev2__py3-none-any.whl
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.
Potentially problematic release.
This version of upgini might be problematic. Click here for more details.
- upgini/__about__.py +1 -1
- upgini/features_enricher.py +5 -0
- {upgini-1.2.69a3832.dev1.dist-info → upgini-1.2.70a3832.dev2.dist-info}/METADATA +2 -2
- {upgini-1.2.69a3832.dev1.dist-info → upgini-1.2.70a3832.dev2.dist-info}/RECORD +6 -6
- {upgini-1.2.69a3832.dev1.dist-info → upgini-1.2.70a3832.dev2.dist-info}/WHEEL +0 -0
- {upgini-1.2.69a3832.dev1.dist-info → upgini-1.2.70a3832.dev2.dist-info}/licenses/LICENSE +0 -0
upgini/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.2.
|
|
1
|
+
__version__ = "1.2.70a3832.dev2"
|
upgini/features_enricher.py
CHANGED
|
@@ -3845,6 +3845,11 @@ if response.status_code == 200:
|
|
|
3845
3845
|
):
|
|
3846
3846
|
continue
|
|
3847
3847
|
|
|
3848
|
+
# Temporary workaround for duplicate features metadata
|
|
3849
|
+
if feature_meta.name in self.feature_names_:
|
|
3850
|
+
self.logger.warning(f"WARNING: Duplicate feature metadata: {feature_meta}")
|
|
3851
|
+
continue
|
|
3852
|
+
|
|
3848
3853
|
self.feature_names_.append(feature_meta.name)
|
|
3849
3854
|
self.feature_importances_.append(_round_shap_value(feature_meta.shap_value))
|
|
3850
3855
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: upgini
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.70a3832.dev2
|
|
4
4
|
Summary: Intelligent data search & enrichment for Machine Learning
|
|
5
5
|
Project-URL: Bug Reports, https://github.com/upgini/upgini/issues
|
|
6
6
|
Project-URL: Homepage, https://upgini.com/
|
|
@@ -30,7 +30,7 @@ Requires-Dist: levenshtein>=0.25.1
|
|
|
30
30
|
Requires-Dist: lightgbm>=4.6.0
|
|
31
31
|
Requires-Dist: numpy<3.0.0,>=1.19.0
|
|
32
32
|
Requires-Dist: pandas<3.0.0,>=1.1.0
|
|
33
|
-
Requires-Dist: psutil>=
|
|
33
|
+
Requires-Dist: psutil>=5.9.0
|
|
34
34
|
Requires-Dist: pydantic<3.0.0,>1.0.0
|
|
35
35
|
Requires-Dist: pyjwt>=2.8.0
|
|
36
36
|
Requires-Dist: python-bidi==0.4.2
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
upgini/__about__.py,sha256=
|
|
1
|
+
upgini/__about__.py,sha256=kdfsfbpVybww_eNOlX3jVjyk7oUeeXZvGBwotRAlM-U,33
|
|
2
2
|
upgini/__init__.py,sha256=LXSfTNU0HnlOkE69VCxkgIKDhWP-JFo_eBQ71OxTr5Y,261
|
|
3
3
|
upgini/ads.py,sha256=nvuRxRx5MHDMgPr9SiU-fsqRdFaBv8p4_v1oqiysKpc,2714
|
|
4
4
|
upgini/dataset.py,sha256=1rb6BzyuiQFGVCTDmKL2wox3UFRNjtNaIJOwQnZ801A,34956
|
|
5
5
|
upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
|
|
6
|
-
upgini/features_enricher.py,sha256=
|
|
6
|
+
upgini/features_enricher.py,sha256=GwBizSoaI17Meg2bPHCz-o_U8i6-wRgrXv6ZpyJqSvk,205718
|
|
7
7
|
upgini/http.py,sha256=RvzcShpDXssLs6ycGN8xilkKi8ZV9XGUrrk8bwdUzbw,43607
|
|
8
8
|
upgini/lazy_import.py,sha256=74gQ8JuA48BGRLxAo7lNHNKY2D2emMxrUxKGdxVGhuY,1012
|
|
9
9
|
upgini/metadata.py,sha256=Jh6YTaS00m_nbaOY_owvlSyn9zgkErkqu8iTr9ZjKI8,12279
|
|
@@ -70,7 +70,7 @@ upgini/utils/target_utils.py,sha256=b1GzO8_gMcwXSZ2v98CY50MJJBzKbWHId_BJGybXfkM,
|
|
|
70
70
|
upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
|
|
71
71
|
upgini/utils/ts_utils.py,sha256=26vhC0pN7vLXK6R09EEkMK3Lwb9IVPH7LRdqFIQ3kPs,1383
|
|
72
72
|
upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
|
|
73
|
-
upgini-1.2.
|
|
74
|
-
upgini-1.2.
|
|
75
|
-
upgini-1.2.
|
|
76
|
-
upgini-1.2.
|
|
73
|
+
upgini-1.2.70a3832.dev2.dist-info/METADATA,sha256=O_4tZRoxEur3Ut9q-6kT2LEIm-JN5-mVps1ujZibt6A,49149
|
|
74
|
+
upgini-1.2.70a3832.dev2.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
75
|
+
upgini-1.2.70a3832.dev2.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
|
|
76
|
+
upgini-1.2.70a3832.dev2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|