upgini 1.2.76__py3-none-any.whl → 1.2.77__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.
- upgini/__about__.py +1 -1
- upgini/features_enricher.py +4 -0
- {upgini-1.2.76.dist-info → upgini-1.2.77.dist-info}/METADATA +1 -1
- {upgini-1.2.76.dist-info → upgini-1.2.77.dist-info}/RECORD +6 -6
- {upgini-1.2.76.dist-info → upgini-1.2.77.dist-info}/WHEEL +0 -0
- {upgini-1.2.76.dist-info → upgini-1.2.77.dist-info}/licenses/LICENSE +0 -0
upgini/__about__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.2.
|
1
|
+
__version__ = "1.2.77"
|
upgini/features_enricher.py
CHANGED
@@ -3999,6 +3999,10 @@ if response.status_code == 200:
|
|
3999
3999
|
description[self.bundle.get("autofe_descriptions_feature").format(feature_idx)] = bc.hashed_name
|
4000
4000
|
feature_idx += 1
|
4001
4001
|
|
4002
|
+
# Don't show features with more than 2 base columns
|
4003
|
+
if feature_idx > 3:
|
4004
|
+
continue
|
4005
|
+
|
4002
4006
|
description[self.bundle.get("autofe_descriptions_function")] = ",".join(
|
4003
4007
|
sorted(autofe_feature.get_all_operand_names())
|
4004
4008
|
)
|
@@ -1,9 +1,9 @@
|
|
1
|
-
upgini/__about__.py,sha256=
|
1
|
+
upgini/__about__.py,sha256=O1xqGt2rgTjvj07mjY1zhjZkS-9n0t1f6_sESHXFb5A,23
|
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=aspri7ZAgwkNNUiIgQ1GRXvw8XQii3F4RfNXSrF4wrw,35365
|
5
5
|
upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
|
6
|
-
upgini/features_enricher.py,sha256=
|
6
|
+
upgini/features_enricher.py,sha256=M_QxI7-yrDTXGpVEjMhjwR8yvIZh8Vxj9_63VaBZLWM,207132
|
7
7
|
upgini/http.py,sha256=RvzcShpDXssLs6ycGN8xilkKi8ZV9XGUrrk8bwdUzbw,43607
|
8
8
|
upgini/metadata.py,sha256=Yd6iW2f7Wz6vUkg5uvR4xylN16ANnCKVKqAsAkap7p8,12354
|
9
9
|
upgini/metrics.py,sha256=1AgIPEzd4sGJ8AlMrJziQruT-M1-lGgpnDIXUYeQJ6Q,39171
|
@@ -70,7 +70,7 @@ upgini/utils/target_utils.py,sha256=P0cCVRaakWLydYwFjk3TEaQfr0p0hfsJCvKRD8qcxiE,
|
|
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.77.dist-info/METADATA,sha256=75-l6Mbzg2HoUaocvJJO79ZL6rb54E42qmZ5Ucf88Cs,49091
|
74
|
+
upgini-1.2.77.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
75
|
+
upgini-1.2.77.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
|
76
|
+
upgini-1.2.77.dist-info/RECORD,,
|
File without changes
|
File without changes
|