Skip to content

Commit 6950d4d

Browse files
committed
cap copulas at 0.11
1 parent 97f3177 commit 6950d4d

File tree

3 files changed

+94
-178
lines changed

3 files changed

+94
-178
lines changed

examples/tutorials/7. Tuning a Pipeline.ipynb

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
{
182182
"data": {
183183
"text/plain": [
184-
"0.8639171383183359"
184+
"0.863978563379761"
185185
]
186186
},
187187
"execution_count": 6,
@@ -210,7 +210,7 @@
210210
{
211211
"data": {
212212
"text/plain": [
213-
"0.8686773872402614"
213+
"0.868554574842"
214214
]
215215
},
216216
"execution_count": 7,
@@ -345,16 +345,15 @@
345345
"output_type": "stream",
346346
"text": [
347347
"scoring pipeline 1\n",
348+
"New best found: 0.871994161365419\n",
348349
"scoring pipeline 2\n",
350+
"New best found: 0.8723319756253888\n",
349351
"scoring pipeline 3\n",
350352
"scoring pipeline 4\n",
351-
"New best found: 0.8642241881762839\n",
352353
"scoring pipeline 5\n",
353354
"scoring pipeline 6\n",
354355
"scoring pipeline 7\n",
355-
"New best found: 0.8644390957265209\n",
356356
"scoring pipeline 8\n",
357-
"New best found: 0.8679095503945804\n",
358357
"scoring pipeline 9\n",
359358
"scoring pipeline 10\n"
360359
]
@@ -395,13 +394,13 @@
395394
"data": {
396395
"text/plain": [
397396
"{('mlprimitives.custom.feature_extraction.CategoricalEncoder#1',\n",
398-
" 'max_labels'): 39,\n",
399-
" ('sklearn.impute.SimpleImputer#1', 'strategy'): 'most_frequent',\n",
400-
" ('xgboost.XGBClassifier#1', 'n_estimators'): 70,\n",
401-
" ('xgboost.XGBClassifier#1', 'max_depth'): 6,\n",
402-
" ('xgboost.XGBClassifier#1', 'learning_rate'): 0.07406443671152008,\n",
403-
" ('xgboost.XGBClassifier#1', 'gamma'): 0.9244108160038952,\n",
404-
" ('xgboost.XGBClassifier#1', 'min_child_weight'): 1}"
397+
" 'max_labels'): 60,\n",
398+
" ('sklearn.impute.SimpleImputer#1', 'strategy'): 'mean',\n",
399+
" ('xgboost.XGBClassifier#1', 'n_estimators'): 190,\n",
400+
" ('xgboost.XGBClassifier#1', 'max_depth'): 5,\n",
401+
" ('xgboost.XGBClassifier#1', 'learning_rate'): 0.13575511242790694,\n",
402+
" ('xgboost.XGBClassifier#1', 'gamma'): 0.6326488945712287,\n",
403+
" ('xgboost.XGBClassifier#1', 'min_child_weight'): 8}"
405404
]
406405
},
407406
"execution_count": 13,
@@ -443,7 +442,7 @@
443442
],
444443
"metadata": {
445444
"kernelspec": {
446-
"display_name": "Python 3",
445+
"display_name": "Python 3 (ipykernel)",
447446
"language": "python",
448447
"name": "python3"
449448
},
@@ -457,7 +456,7 @@
457456
"name": "python",
458457
"nbconvert_exporter": "python",
459458
"pygments_lexer": "ipython3",
460-
"version": "3.6.9"
459+
"version": "3.10.15"
461460
}
462461
},
463462
"nbformat": 4,

0 commit comments

Comments
 (0)