upgini 1.1.280a3418.post8__tar.gz → 1.1.280a3418.post9__tar.gz
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-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/PKG-INFO +1 -1
- upgini-1.1.280a3418.post9/src/upgini/__about__.py +1 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/date.py +31 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/feature.py +5 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/operand.py +1 -1
- upgini-1.1.280a3418.post8/src/upgini/__about__.py +0 -1
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/.gitignore +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/LICENSE +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/README.md +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/pyproject.toml +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/ads.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/ads_management/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/ads_management/ads_manager.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/all_operands.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/binary.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/groupby.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/unary.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/autofe/vector.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/data_source/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/data_source/data_source_publisher.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/dataset.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/errors.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/features_enricher.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/http.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/mdc/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/mdc/context.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/metadata.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/metrics.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/normalizer/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/normalizer/phone_normalizer.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/resource_bundle/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/resource_bundle/exceptions.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/resource_bundle/strings.properties +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/resource_bundle/strings_widget.properties +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/sampler/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/sampler/base.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/sampler/random_under_sampler.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/sampler/utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/search_task.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/spinner.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/__init__.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/base_search_key_detector.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/blocked_time_series.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/country_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/custom_loss_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/cv_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/datetime_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/deduplicate_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/display_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/email_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/fallback_progress_bar.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/features_validator.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/format.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/ip_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/phone_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/postal_code_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/progress_bar.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/sklearn_ext.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/target_utils.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/track_info.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/warning_counter.py +0 -0
- {upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/version_validator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: upgini
|
|
3
|
-
Version: 1.1.280a3418.
|
|
3
|
+
Version: 1.1.280a3418.post9
|
|
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/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.1.280a3418-9"
|
|
@@ -28,6 +28,17 @@ class DateDiff(PandasOperand, DateDiffMixin):
|
|
|
28
28
|
is_binary = True
|
|
29
29
|
has_symmetry_importance = True
|
|
30
30
|
|
|
31
|
+
def get_params(self) -> Dict[str, str]:
|
|
32
|
+
res = super().get_params()
|
|
33
|
+
res.update(
|
|
34
|
+
{
|
|
35
|
+
"diff_unit": self.diff_unit,
|
|
36
|
+
"left_unit": self.left_unit,
|
|
37
|
+
"right_unit": self.right_unit,
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
return res
|
|
41
|
+
|
|
31
42
|
def calculate_binary(self, left: pd.Series, right: pd.Series) -> pd.Series:
|
|
32
43
|
left = self._convert_to_date(left, self.left_unit)
|
|
33
44
|
right = self._convert_to_date(right, self.right_unit)
|
|
@@ -43,6 +54,17 @@ class DateDiffType2(PandasOperand, DateDiffMixin):
|
|
|
43
54
|
is_binary = True
|
|
44
55
|
has_symmetry_importance = True
|
|
45
56
|
|
|
57
|
+
def get_params(self) -> Dict[str, str]:
|
|
58
|
+
res = super().get_params()
|
|
59
|
+
res.update(
|
|
60
|
+
{
|
|
61
|
+
"diff_unit": self.diff_unit,
|
|
62
|
+
"left_unit": self.left_unit,
|
|
63
|
+
"right_unit": self.right_unit,
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
return res
|
|
67
|
+
|
|
46
68
|
def calculate_binary(self, left: pd.Series, right: pd.Series) -> pd.Series:
|
|
47
69
|
left = self._convert_to_date(left, self.left_unit)
|
|
48
70
|
right = self._convert_to_date(right, self.right_unit)
|
|
@@ -65,6 +87,15 @@ class DateListDiff(PandasOperand, DateDiffMixin):
|
|
|
65
87
|
has_symmetry_importance = True
|
|
66
88
|
aggregation: str
|
|
67
89
|
|
|
90
|
+
def get_params(self) -> Dict[str, str]:
|
|
91
|
+
res = super().get_params()
|
|
92
|
+
res.update(
|
|
93
|
+
{
|
|
94
|
+
"aggregation": self.aggregation,
|
|
95
|
+
}
|
|
96
|
+
)
|
|
97
|
+
return res
|
|
98
|
+
|
|
68
99
|
def __init__(self, **data: Any) -> None:
|
|
69
100
|
if "name" not in data:
|
|
70
101
|
data["name"] = f"date_diff_{data.get('aggregation')}"
|
|
@@ -19,6 +19,9 @@ class Column:
|
|
|
19
19
|
def get_display_name(self, cache: bool = True, shorten: bool = False, **kwargs) -> str:
|
|
20
20
|
return self.name
|
|
21
21
|
|
|
22
|
+
def set_op_params(self, params: Dict[str, str]) -> "Column":
|
|
23
|
+
return self
|
|
24
|
+
|
|
22
25
|
def rename_columns(self, mapping: Dict[str, str]) -> "Column":
|
|
23
26
|
self.name = self._unhash(mapping.get(self.name) or self.name)
|
|
24
27
|
return self
|
|
@@ -74,6 +77,8 @@ class Feature:
|
|
|
74
77
|
|
|
75
78
|
def set_op_params(self, params: Dict[str, str]) -> "Feature":
|
|
76
79
|
self.op.set_params(params)
|
|
80
|
+
for child in self.children:
|
|
81
|
+
child.set_op_params(params)
|
|
77
82
|
return self
|
|
78
83
|
|
|
79
84
|
def get_hash(self) -> str:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.1.280a3418-8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/ads_management/__init__.py
RENAMED
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/ads_management/ads_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/normalizer/phone_normalizer.py
RENAMED
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/resource_bundle/__init__.py
RENAMED
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/resource_bundle/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/sampler/random_under_sampler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/base_search_key_detector.py
RENAMED
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/blocked_time_series.py
RENAMED
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/custom_loss_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/deduplicate_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/fallback_progress_bar.py
RENAMED
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/features_validator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upgini-1.1.280a3418.post8 → upgini-1.1.280a3418.post9}/src/upgini/utils/postal_code_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|