upgini 1.1.253a3261__py3-none-any.whl → 1.1.254a100__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/http.py CHANGED
@@ -752,7 +752,7 @@ class _RestClient:
752
752
 
753
753
  def upload_online(self, request: dict, trace_id: str):
754
754
  api_path = self.UPLOAD_ONLINE_URI
755
- response = self._with_unauth_retry(lambda: self._send_post_req(api_path, trace_id, request, result_format=None))
755
+ response = self._with_unauth_retry(lambda: self._send_post_req(api_path, trace_id, request))
756
756
  return response["adsManagementTaskId"]
757
757
 
758
758
  def stop_ads_management_task(self, ads_management_task_id: str, trace_id: str):
@@ -141,7 +141,7 @@ def make_html_report(
141
141
  # )
142
142
  relevant_datasources_df = relevant_datasources_df.copy()
143
143
  relevant_datasources_df["action"] = (
144
- f"""<a href="https://upgini.com/requet-a-quote?search-id={search_id}">"""
144
+ f"""<a href="https://upgini.com/request-a-quote?search-id={search_id}">"""
145
145
  """<button type="button">Request a quote</button></a>"""
146
146
  )
147
147
  relevant_datasources_df.rename(columns={"action": "&nbsp;"}, inplace=True)
@@ -297,7 +297,7 @@ def show_button_download_pdf(source: str, title="\U0001F4CA Download PDF report"
297
297
 
298
298
  def show_request_quote_button():
299
299
  if not ipython_available():
300
- print("https://upgini.com/requet-a-quote")
300
+ print("https://upgini.com/request-a-quote")
301
301
  else:
302
302
  import ipywidgets as widgets
303
303
  from IPython.display import Javascript, display
@@ -305,7 +305,7 @@ def show_request_quote_button():
305
305
  button = widgets.Button(description="Request a quote", button_style="danger")
306
306
 
307
307
  def on_button_clicked(b):
308
- display(Javascript('window.open("https://upgini.com/requet-a-quote");'))
308
+ display(Javascript('window.open("https://upgini.com/request-a-quote");'))
309
309
 
310
310
  button.on_click(on_button_clicked)
311
311
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: upgini
3
- Version: 1.1.253a3261
3
+ Version: 1.1.254a100
4
4
  Summary: Intelligent data search & enrichment for Machine Learning
5
5
  Home-page: https://upgini.com/
6
6
  Author: Upgini Developers
@@ -18,13 +18,12 @@ Classifier: Intended Audience :: Science/Research
18
18
  Classifier: Intended Audience :: Telecommunications Industry
19
19
  Classifier: License :: OSI Approved :: BSD License
20
20
  Classifier: Operating System :: OS Independent
21
- Classifier: Programming Language :: Python :: 3.7
22
21
  Classifier: Programming Language :: Python :: 3.8
23
22
  Classifier: Programming Language :: Python :: 3.9
24
23
  Classifier: Programming Language :: Python :: 3.10
25
24
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
26
25
  Classifier: Topic :: Scientific/Engineering :: Information Analysis
27
- Requires-Python: >=3.7,<3.11
26
+ Requires-Python: >=3.8,<3.11
28
27
  Description-Content-Type: text/markdown
29
28
  License-File: LICENSE
30
29
  Requires-Dist: python-dateutil >=2.8.0
@@ -4,7 +4,7 @@ upgini/dataset.py,sha256=tLa0aEcT7XwVJz1AawXCIEj3vxsSBi-geKicuYpRIMw,48196
4
4
  upgini/errors.py,sha256=pdzQl3MKuK52yvncxMWMRWeSIOGhUFzpQoszoRFBOk0,958
5
5
  upgini/features_enricher.py,sha256=dP6Oyhi4erESEGlVFA_j67lqhNqNvbkfM4FGpE_WaTU,171760
6
6
  upgini/fingerprint.js,sha256=VygVIQlN1v4NGZfjHqtRogOw8zjTnnMNJg_f7M5iGQU,33442
7
- upgini/http.py,sha256=eSG4gOpmCGlXmB6KIPNzAG8tRZNUjyYpMeUeHw_2li4,42264
7
+ upgini/http.py,sha256=zaO86LBBLmkieGbgYifk29eVoPCxXimZQ8YkQtKcM0I,42244
8
8
  upgini/metadata.py,sha256=fwVxtkR6Mn4iRoOqV6BfMJvJrx65I3YwZUMbZjhPyOI,9673
9
9
  upgini/metrics.py,sha256=LS2MgEKgmn9VEXsKzxv3pBZ-q71mTnpWu6vL8fYgpo4,26727
10
10
  upgini/search_task.py,sha256=5n4qGJmtu48s0-FHAtF3L5qVLMd1JVW3FJlM8dFbh-s,17063
@@ -42,7 +42,7 @@ upgini/utils/custom_loss_utils.py,sha256=DBslpjWGPt7xTeypt78baR59012SYphbPsO_YLK
42
42
  upgini/utils/cv_utils.py,sha256=Tn01RJvpZGZh0PUQUimlBkV-AXwe7s6yjCNFtw352Uc,3525
43
43
  upgini/utils/datetime_utils.py,sha256=P5no4mFgYpEP6oY524ebTKvKc3TBMJzAYpWdj210_Fw,8699
44
44
  upgini/utils/deduplicate_utils.py,sha256=ckJrpU8Ruc_vcwIPTopbUjyJuNiseLHNAbQlLfhUCxo,5888
45
- upgini/utils/display_utils.py,sha256=tiq5sFOfMwkKCjQ7OGdyK_twe0Qdr9F3mzkW1QXSDog,10664
45
+ upgini/utils/display_utils.py,sha256=BfPaJGUJAkGaijdAKPrdIfUqjXewFbBRrYqzzylB9t4,10667
46
46
  upgini/utils/email_utils.py,sha256=3CvHXTSzlgLyGsQOXfRYVfFhfPy6OXG4uXOBWRaLfHg,3479
47
47
  upgini/utils/fallback_progress_bar.py,sha256=cdbd1XGcWm4Ed4eAqV2_St3z7uC_kkH22gEyrN5ub6M,1090
48
48
  upgini/utils/features_validator.py,sha256=VexG-9p63ni66Hf9T7dgP4iUAhpXqwo3sgMwBK_eii8,2565
@@ -55,8 +55,8 @@ upgini/utils/sklearn_ext.py,sha256=fvuTWJ5AnT3ED9KSaQu_yIgW2JR19hFlaGDoVP3k60g,4
55
55
  upgini/utils/target_utils.py,sha256=DH812qcZ7Pvf9WVVb33fbwQjb1W9h1hXRNCCiG7Y6tI,2563
56
56
  upgini/utils/track_info.py,sha256=EPcJ13Jqa17_T0JjM37Ac9kWDz5Zk0GVsIZKutOb8aU,5207
57
57
  upgini/utils/warning_counter.py,sha256=dIWBB4dI5XRRJZudvIlqlIYKEiwLLPcXarsZuYRt338,227
58
- upgini-1.1.253a3261.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
59
- upgini-1.1.253a3261.dist-info/METADATA,sha256=rriUm7SPiC9cSL8HPrx8AZ4zVyiOdlHMw5V6rGRy2Bk,48211
60
- upgini-1.1.253a3261.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
61
- upgini-1.1.253a3261.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
62
- upgini-1.1.253a3261.dist-info/RECORD,,
58
+ upgini-1.1.254a100.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
59
+ upgini-1.1.254a100.dist-info/METADATA,sha256=PvvoyIiuYwJPG4qVUc4MEpH3GWudc6qHjvtZ-CSGdM8,48160
60
+ upgini-1.1.254a100.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
61
+ upgini-1.1.254a100.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
62
+ upgini-1.1.254a100.dist-info/RECORD,,