upgini 1.1.309a3511.dev1__py3-none-any.whl → 1.1.309a3511.dev3__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "1.1.309a3511.dev1"
1
+ __version__ = "1.1.309a3511.dev3"
@@ -16,18 +16,11 @@ from upgini.autofe.binary import (
16
16
  Subtract,
17
17
  )
18
18
  from upgini.autofe.date import (
19
- (
20
19
  DateDiff,
21
-
22
20
  DateDiffType2,
23
-
24
21
  DateListDiff,
25
-
26
22
  DateListDiffBounded,
27
23
  DatePercentile,
28
-
29
- DatePercentileMethod2,
30
- ),
31
24
  DatePercentileMethod2,
32
25
  )
33
26
  from upgini.autofe.groupby import GroupByThenAgg, GroupByThenFreq, GroupByThenNUnique, GroupByThenRank
upgini/autofe/binary.py CHANGED
@@ -148,6 +148,8 @@ class Distance(PandasOperand):
148
148
 
149
149
  # row-wise dot product
150
150
  def __dot(self, left: pd.Series, right: pd.Series) -> pd.Series:
151
+ left = left.apply(lambda x: np.array(x))
152
+ right = right.apply(lambda x: np.array(x))
151
153
  res = (left.dropna() * right.dropna()).apply(np.sum)
152
154
  res = res.reindex(left.index.union(right.index))
153
155
  return res
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.1.309a3511.dev1
3
+ Version: 1.1.309a3511.dev3
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=0P3dkxdi76OjQXeOAzNBJ_LhQgj5SsS2hOszg6gn51I,34
1
+ upgini/__about__.py,sha256=c4l2y5M2frS5IScaT1OTCIB9dAYgYtjakF92cF9jS2c,34
2
2
  upgini/__init__.py,sha256=Xs0YFVBu1KUdtZzbStGRPQtLt3YLzJnjx5nIUBlX8BE,415
3
3
  upgini/ads.py,sha256=nvuRxRx5MHDMgPr9SiU-fsqRdFaBv8p4_v1oqiysKpc,2714
4
4
  upgini/dataset.py,sha256=MOzBVsvzlHLxNfPWtMaXC_jIPeW7_gUvbSGeXnsPgNI,46158
@@ -14,8 +14,8 @@ upgini/version_validator.py,sha256=ddSKUK_-eGJB3NgrqOMoWJU-OxQ253WsNLp8aqJkaIM,1
14
14
  upgini/ads_management/__init__.py,sha256=qzyisOToVRP-tquAJD1PblZhNtMrOB8FiyF9JvfkvgE,50
15
15
  upgini/ads_management/ads_manager.py,sha256=igVbN2jz80Umb2BUJixmJVj-zx8unoKpecVo-R-nGdw,2648
16
16
  upgini/autofe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- upgini/autofe/all_operands.py,sha256=LZfcfRqYTrrRbUsTEiY6O7TImr0NR4Idn-WoJongrTM,2594
18
- upgini/autofe/binary.py,sha256=9W1DL2kZEmgV1P-0BEy8JYj9u_xhiDPKfeEsFQfrlkU,6860
17
+ upgini/autofe/all_operands.py,sha256=3LiH9iU-ArGmYpS8FHWH7yCFx40ILfvlSXJlKIa75BQ,2542
18
+ upgini/autofe/binary.py,sha256=UfccYjU4VVaR9PsEkMy3wHgumqhLMIoFsvQImVajtUs,6960
19
19
  upgini/autofe/date.py,sha256=INgiSfhkEiK3s6JL47O9EQrXITwqFrXo-KoihCdO5B4,8440
20
20
  upgini/autofe/feature.py,sha256=99xakEK6kQKoduAtblIAAkCsG8fezfHQA4eji8c1i8E,14200
21
21
  upgini/autofe/groupby.py,sha256=4WjDzQxqpZxB79Ih4ihMMI5GDxaFqiH6ZelfV82ClT4,3091
@@ -57,7 +57,7 @@ upgini/utils/sklearn_ext.py,sha256=13jQS_k7v0aUtudXV6nGUEWjttPQzAW9AFYL5wgEz9k,4
57
57
  upgini/utils/target_utils.py,sha256=Y96_PJ5cC-WsEbeqg20v9uqywDQobLoTb-xoP7S3o4E,7807
58
58
  upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
59
59
  upgini/utils/warning_counter.py,sha256=dIWBB4dI5XRRJZudvIlqlIYKEiwLLPcXarsZuYRt338,227
60
- upgini-1.1.309a3511.dev1.dist-info/METADATA,sha256=N8KmmTFnzh0IbvUEjcBaK3-V1pg54v_DO_6fW7EHrsA,48232
61
- upgini-1.1.309a3511.dev1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
62
- upgini-1.1.309a3511.dev1.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
63
- upgini-1.1.309a3511.dev1.dist-info/RECORD,,
60
+ upgini-1.1.309a3511.dev3.dist-info/METADATA,sha256=I0OEFDWdkPiIDy5v3Q0FNB1IZ4w3czlYJUdt2Y5afD8,48232
61
+ upgini-1.1.309a3511.dev3.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
62
+ upgini-1.1.309a3511.dev3.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
63
+ upgini-1.1.309a3511.dev3.dist-info/RECORD,,