upgini 1.2.81a3832.dev14__py3-none-any.whl → 1.2.81a3832.dev15__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.2.81a3832.dev14"
1
+ __version__ = "1.2.81a3832.dev15"
@@ -3937,7 +3937,10 @@ if response.status_code == 200:
3937
3937
  if feature_meta.name in original_names_dict.keys():
3938
3938
  feature_meta.name = original_names_dict[feature_meta.name]
3939
3939
 
3940
- if updated_shaps is not None:
3940
+ is_client_feature = feature_meta.name in df.columns
3941
+
3942
+ # Show and update shap values for client features only if select_features is True
3943
+ if updated_shaps is not None and (not is_client_feature or self.fit_select_features):
3941
3944
  updating_shap = updated_shaps.get(feature_meta.name)
3942
3945
  if updating_shap is None:
3943
3946
  if feature_meta.shap_value != 0.0:
upgini/metrics.py CHANGED
@@ -91,17 +91,8 @@ CATBOOST_MULTICLASS_PARAMS = {
91
91
 
92
92
  LIGHTGBM_REGRESSION_PARAMS = {
93
93
  "random_state": DEFAULT_RANDOM_STATE,
94
- "min_gain_to_split": 0.001,
95
94
  "n_estimators": 275,
96
- "max_depth": 5,
97
- "max_cat_threshold": 80,
98
- "min_data_per_group": 25,
99
- "cat_l2": 10,
100
- "cat_smooth": 12,
101
- "learning_rate": 0.05,
102
95
  "feature_fraction": 1.0,
103
- "min_sum_hessian_in_leaf": 0.01,
104
- "objective": "huber",
105
96
  "deterministic": "true",
106
97
  "verbosity": -1,
107
98
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.81a3832.dev14
3
+ Version: 1.2.81a3832.dev15
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,12 +1,12 @@
1
- upgini/__about__.py,sha256=CxmaKb_KuIdKjpk8WSH1xoBLAKkBn_YYUK1Oy4B1YPo,34
1
+ upgini/__about__.py,sha256=5fFTJYQ7XW7NIap7AMUPvGMnpxRIIy0tf2GwHB7rqbo,34
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=aspri7ZAgwkNNUiIgQ1GRXvw8XQii3F4RfNXSrF4wrw,35365
5
5
  upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
6
- upgini/features_enricher.py,sha256=MvkF7QFEFJnFSgCmc9R9OAw0sEzNXJOP45KfCvT7LBg,212399
6
+ upgini/features_enricher.py,sha256=AGF2u2mbFL4KIdqZECiSkGuMhfluamJOveqhYnkKfQM,212614
7
7
  upgini/http.py,sha256=AfaJ3c8z_tK2hZFEehNybDKE0mp1tYcyAP_l0_p8bLQ,43933
8
8
  upgini/metadata.py,sha256=Yd6iW2f7Wz6vUkg5uvR4xylN16ANnCKVKqAsAkap7p8,12354
9
- upgini/metrics.py,sha256=rmC3xCLOr1TF-nUiL7pHnECp137GZs1Qa7bNDsOJoLM,43404
9
+ upgini/metrics.py,sha256=nVt4zJKt7y1xD1ga9698QKlJQfXv93lARjUMC1E1_U4,43163
10
10
  upgini/search_task.py,sha256=Q5HjBpLIB3OCxAD1zNv5yQ3ZNJx696WCK_-H35_y7Rs,17912
11
11
  upgini/spinner.py,sha256=4iMd-eIe_BnkqFEMIliULTbj6rNI2HkN_VJ4qYe0cUc,1118
12
12
  upgini/version_validator.py,sha256=DvbaAvuYFoJqYt0fitpsk6Xcv-H1BYDJYHUMxaKSH_Y,1509
@@ -70,7 +70,7 @@ upgini/utils/target_utils.py,sha256=LRN840dzx78-wg7ftdxAkp2c1eu8-JDvkACiRThm4HE,
70
70
  upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
71
71
  upgini/utils/ts_utils.py,sha256=26vhC0pN7vLXK6R09EEkMK3Lwb9IVPH7LRdqFIQ3kPs,1383
72
72
  upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
73
- upgini-1.2.81a3832.dev14.dist-info/METADATA,sha256=Oo42vaGU2xYm37PAI1EB1n10GT_w7o8l4O5p0dYWmQE,49173
74
- upgini-1.2.81a3832.dev14.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
75
- upgini-1.2.81a3832.dev14.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
76
- upgini-1.2.81a3832.dev14.dist-info/RECORD,,
73
+ upgini-1.2.81a3832.dev15.dist-info/METADATA,sha256=FJEb884wXgIIYNfyxAfG8D1R2w0W-a2u0g4Mimn-1IM,49173
74
+ upgini-1.2.81a3832.dev15.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
75
+ upgini-1.2.81a3832.dev15.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
76
+ upgini-1.2.81a3832.dev15.dist-info/RECORD,,