upgini 1.2.81a3853.dev1__py3-none-any.whl → 1.2.82a3853.dev1__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/autofe/feature.py +2 -2
- {upgini-1.2.81a3853.dev1.dist-info → upgini-1.2.82a3853.dev1.dist-info}/METADATA +1 -1
- {upgini-1.2.81a3853.dev1.dist-info → upgini-1.2.82a3853.dev1.dist-info}/RECORD +6 -6
- {upgini-1.2.81a3853.dev1.dist-info → upgini-1.2.82a3853.dev1.dist-info}/WHEEL +0 -0
- {upgini-1.2.81a3853.dev1.dist-info → upgini-1.2.82a3853.dev1.dist-info}/licenses/LICENSE +0 -0
upgini/__about__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.2.
|
1
|
+
__version__ = "1.2.82a3853.dev1"
|
upgini/autofe/feature.py
CHANGED
@@ -161,7 +161,7 @@ class Feature:
|
|
161
161
|
if self.cached_display_name is not None and cache:
|
162
162
|
return self.cached_display_name
|
163
163
|
|
164
|
-
should_stack_op = not isinstance(self.children[
|
164
|
+
should_stack_op = not isinstance(self.children[-1], Column) if self.op.is_unary or self.op.is_vector else False
|
165
165
|
components = []
|
166
166
|
|
167
167
|
if self.alias:
|
@@ -169,7 +169,7 @@ class Feature:
|
|
169
169
|
elif should_stack_op:
|
170
170
|
components.extend(
|
171
171
|
[
|
172
|
-
self.children[
|
172
|
+
self.children[-1].get_display_name(
|
173
173
|
cache=cache, shorten=shorten, use_op_alias=use_op_alias, **kwargs
|
174
174
|
),
|
175
175
|
self.get_op_display_name(use_alias=use_op_alias),
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: upgini
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.82a3853.dev1
|
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/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
upgini/__about__.py,sha256=
|
1
|
+
upgini/__about__.py,sha256=od_vMzyLAfIzLY4mTGytGJu-Xq1bWqRaH6NbL-G3ij8,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=aspri7ZAgwkNNUiIgQ1GRXvw8XQii3F4RfNXSrF4wrw,35365
|
@@ -16,7 +16,7 @@ upgini/autofe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
upgini/autofe/all_operators.py,sha256=rdjF5eaE4bC6Q4eu_el5Z7ekYt8DjOFermz2bePPbUc,333
|
17
17
|
upgini/autofe/binary.py,sha256=oOEECc4nRzZN2tYaiqx8F2XHnfWpk1bVvb7ZkZJ0lO8,7709
|
18
18
|
upgini/autofe/date.py,sha256=MM1S-6imNSzCDOhbNnmsc_bwSqUWBcS8vWAdHF8j1kY,11134
|
19
|
-
upgini/autofe/feature.py,sha256=
|
19
|
+
upgini/autofe/feature.py,sha256=9R5IQZ-w24ixM79jVRdF3eKEoHmnJZ6VqW8NpO-X3aI,15328
|
20
20
|
upgini/autofe/groupby.py,sha256=IYmQV9uoCdRcpkeWZj_kI3ObzoNCNx3ff3h8sTL01tk,3603
|
21
21
|
upgini/autofe/operator.py,sha256=EOffJw6vKXpEh5yymqb1RFNJPxGxmnHdFRo9dB5SCFo,4969
|
22
22
|
upgini/autofe/unary.py,sha256=Sx11IoHRh5nwyALzjgG9GQOrVNIs8NZ1JzunAJuN66A,5731
|
@@ -70,7 +70,7 @@ upgini/utils/target_utils.py,sha256=LRN840dzx78-wg7ftdxAkp2c1eu8-JDvkACiRThm4HE,
|
|
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.82a3853.dev1.dist-info/METADATA,sha256=A1Kbz5lqNmZZke94t7g1UaUecADhCkOBYzXa1BVpTkE,49172
|
74
|
+
upgini-1.2.82a3853.dev1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
75
|
+
upgini-1.2.82a3853.dev1.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
|
76
|
+
upgini-1.2.82a3853.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|