upgini 1.2.128a2__py3-none-any.whl → 1.2.129__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 +1 -1
- upgini/utils/track_info.py +0 -8
- {upgini-1.2.128a2.dist-info → upgini-1.2.129.dist-info}/METADATA +1 -1
- {upgini-1.2.128a2.dist-info → upgini-1.2.129.dist-info}/RECORD +7 -7
- {upgini-1.2.128a2.dist-info → upgini-1.2.129.dist-info}/WHEEL +0 -0
- {upgini-1.2.128a2.dist-info → upgini-1.2.129.dist-info}/licenses/LICENSE +0 -0
upgini/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.2.
|
|
1
|
+
__version__ = "1.2.129"
|
upgini/features_enricher.py
CHANGED
|
@@ -2558,7 +2558,7 @@ if response.status_code == 200:
|
|
|
2558
2558
|
if self.__is_registered
|
|
2559
2559
|
else "transform_usage_warning_demo"
|
|
2560
2560
|
)
|
|
2561
|
-
msg = self.bundle.get(bundle_msg).format(len(X)
|
|
2561
|
+
msg = self.bundle.get(bundle_msg).format(rest_rows, len(X))
|
|
2562
2562
|
self.logger.warning(msg)
|
|
2563
2563
|
print(msg)
|
|
2564
2564
|
show_request_quote_button(is_registered=self.__is_registered)
|
upgini/utils/track_info.py
CHANGED
|
@@ -59,16 +59,12 @@ _inflight_events = {}
|
|
|
59
59
|
@lru_cache
|
|
60
60
|
def _compute_track_metrics(client_ip: Optional[str] = None, client_visitorid: Optional[str] = None) -> dict:
|
|
61
61
|
# default values
|
|
62
|
-
print("Start getting track metrics")
|
|
63
62
|
track = {"ide": _get_execution_ide()}
|
|
64
|
-
print("Track ide: ", track["ide"])
|
|
65
63
|
ident_res = "https://api64.ipify.org"
|
|
66
64
|
|
|
67
65
|
try:
|
|
68
66
|
track["hostname"] = socket.gethostname()
|
|
69
|
-
print("Track hostname: ", track["hostname"])
|
|
70
67
|
track["whoami"] = getuser()
|
|
71
|
-
print("Track whoami: ", track["whoami"])
|
|
72
68
|
except Exception as e:
|
|
73
69
|
track["hostname"] = "localhost"
|
|
74
70
|
track["whoami"] = "root"
|
|
@@ -92,9 +88,7 @@ def _compute_track_metrics(client_ip: Optional[str] = None, client_visitorid: Op
|
|
|
92
88
|
"""
|
|
93
89
|
)
|
|
94
90
|
)
|
|
95
|
-
print("After display JS with visitorId")
|
|
96
91
|
track["visitorId"] = output.eval_js("getVisitorId()", timeout_sec=30)
|
|
97
|
-
print("Track visitorId: ", track["visitorId"])
|
|
98
92
|
except Exception as e:
|
|
99
93
|
track["err"] = str(e)
|
|
100
94
|
if "visitorId" not in track:
|
|
@@ -117,9 +111,7 @@ def _compute_track_metrics(client_ip: Optional[str] = None, client_visitorid: Op
|
|
|
117
111
|
"""
|
|
118
112
|
)
|
|
119
113
|
)
|
|
120
|
-
print("After display JS with ip")
|
|
121
114
|
track["ip"] = output.eval_js("getIP()", timeout_sec=10)
|
|
122
|
-
print("Track ip: ", track["ip"])
|
|
123
115
|
except Exception as e:
|
|
124
116
|
track["err"] = str(e)
|
|
125
117
|
if "ip" not in track:
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
upgini/__about__.py,sha256=
|
|
1
|
+
upgini/__about__.py,sha256=SttPTxjmglNvCYf-RaBamJR5xyLR_He2hSyQw4Kd6PM,24
|
|
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=Nm2ZmwyQqvTnymYpGUwyJWy7y2ebXlHMyYmGeGcyA_s,31652
|
|
5
5
|
upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
|
|
6
|
-
upgini/features_enricher.py,sha256=
|
|
6
|
+
upgini/features_enricher.py,sha256=s3anZTANdnK_3ff-78qYOf89q2q2AoV9_0VAjUaeDTo,234470
|
|
7
7
|
upgini/http.py,sha256=-J_wOpnwVnT0ebPC6sOs6fN3AWtCD0LJLu6nlYmxaqk,44348
|
|
8
8
|
upgini/metadata.py,sha256=H3wiN37k-yqWZgbPD0tJzx8DzaCIkgmX5cybhByQWLg,12619
|
|
9
9
|
upgini/metrics.py,sha256=KCPE_apPN-9BIdv6GqASbJVaB_gBcy8wzNApAcyaGo4,46020
|
|
@@ -71,10 +71,10 @@ upgini/utils/sample_utils.py,sha256=xpfYaZ2cYP7I2JrcooVc13QNBFawB81cJRuh38451Q4,
|
|
|
71
71
|
upgini/utils/sklearn_ext.py,sha256=Pcy8sWD6f4YcE5Bu0UmXD4j0ICmXtrT8DJlTArM-_a0,49356
|
|
72
72
|
upgini/utils/sort.py,sha256=8uuHs2nfSMVnz8GgvbOmgMB1PgEIZP1uhmeRFxcwnYw,7039
|
|
73
73
|
upgini/utils/target_utils.py,sha256=GCPn4QeJ83JJ_vyBJ3IhY5fyIRkLC9q9BE59S2FRO1I,10882
|
|
74
|
-
upgini/utils/track_info.py,sha256=
|
|
74
|
+
upgini/utils/track_info.py,sha256=NDKeQTUlZaYp15UoP-xLKGoDoJQ0drbDMwB0g9R0PUg,6427
|
|
75
75
|
upgini/utils/ts_utils.py,sha256=26vhC0pN7vLXK6R09EEkMK3Lwb9IVPH7LRdqFIQ3kPs,1383
|
|
76
76
|
upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
|
|
77
|
-
upgini-1.2.
|
|
78
|
-
upgini-1.2.
|
|
79
|
-
upgini-1.2.
|
|
80
|
-
upgini-1.2.
|
|
77
|
+
upgini-1.2.129.dist-info/METADATA,sha256=2aozj0PmbpF6Q0RnOObDK1ompytVW__7ks95a3TGkYQ,51142
|
|
78
|
+
upgini-1.2.129.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
79
|
+
upgini-1.2.129.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
|
|
80
|
+
upgini-1.2.129.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|