upgini 1.2.135a2__py3-none-any.whl → 1.2.135a3__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/dataset.py +1 -0
- upgini/features_enricher.py +1 -1
- {upgini-1.2.135a2.dist-info → upgini-1.2.135a3.dist-info}/METADATA +1 -1
- {upgini-1.2.135a2.dist-info → upgini-1.2.135a3.dist-info}/RECORD +7 -7
- {upgini-1.2.135a2.dist-info → upgini-1.2.135a3.dist-info}/WHEEL +0 -0
- {upgini-1.2.135a2.dist-info → upgini-1.2.135a3.dist-info}/licenses/LICENSE +0 -0
upgini/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.2.
|
|
1
|
+
__version__ = "1.2.135a3"
|
upgini/dataset.py
CHANGED
|
@@ -285,6 +285,7 @@ class Dataset:
|
|
|
285
285
|
for key in search_group
|
|
286
286
|
if key in self.columns_renaming
|
|
287
287
|
and not self.columns_renaming.get(key).endswith(EmailSearchKeyConverter.ONE_DOMAIN_SUFFIX)
|
|
288
|
+
and not self.columns_renaming.get(key) == "current_date"
|
|
288
289
|
}
|
|
289
290
|
ipv4_column = self.etalon_def_checked.get(FileColumnMeaningType.IP_ADDRESS.value)
|
|
290
291
|
if (
|
upgini/features_enricher.py
CHANGED
|
@@ -814,7 +814,7 @@ class FeaturesEnricher(TransformerMixin):
|
|
|
814
814
|
keep_input=keep_input,
|
|
815
815
|
)
|
|
816
816
|
if TARGET in result.columns:
|
|
817
|
-
result.drop(columns=TARGET
|
|
817
|
+
result = result.drop(columns=TARGET)
|
|
818
818
|
self.logger.info("Transform finished successfully")
|
|
819
819
|
search_progress = SearchProgress(100.0, ProgressStage.FINISHED)
|
|
820
820
|
if progress_bar is not None:
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
upgini/__about__.py,sha256=
|
|
1
|
+
upgini/__about__.py,sha256=zKar2BSHx-M-ruW4V1DQDr70UfG-vBoiDPsQB4duA-c,26
|
|
2
2
|
upgini/__init__.py,sha256=LXSfTNU0HnlOkE69VCxkgIKDhWP-JFo_eBQ71OxTr5Y,261
|
|
3
3
|
upgini/ads.py,sha256=nvuRxRx5MHDMgPr9SiU-fsqRdFaBv8p4_v1oqiysKpc,2714
|
|
4
|
-
upgini/dataset.py,sha256=
|
|
4
|
+
upgini/dataset.py,sha256=qXo1eAUM21jmNMYGa6IeGuRJmjU3jtCieS4sAVVIfXs,31721
|
|
5
5
|
upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
|
|
6
|
-
upgini/features_enricher.py,sha256=
|
|
6
|
+
upgini/features_enricher.py,sha256=dC71_-18cqymS26EhEnfYnZFGDvRtvW6Pga4ZtJN-BI,235485
|
|
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
|
|
@@ -74,7 +74,7 @@ upgini/utils/target_utils.py,sha256=CihpV6SC95HwtlMH60rGAUzVDa4Id0Bva8ySprmNHlE,
|
|
|
74
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.135a3.dist-info/METADATA,sha256=p6JAaluvHU1B6Al8fHzq5KsgyNQvznWkEDwE1fhHuZI,51135
|
|
78
|
+
upgini-1.2.135a3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
79
|
+
upgini-1.2.135a3.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
|
|
80
|
+
upgini-1.2.135a3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|