Skip to content

Commit 6b295b7

Browse files
committed
Update QR_eps.ipynb: Replace HTML entities with Unicode characters and simplify language_info
- Replace HTML entity ε with Unicode character ε in title and text - Replace HTML entities ▸ and ▾ with Unicode characters in sklearn CSS - Simplify language_info metadata by removing version-specific details
1 parent ff069a3 commit 6b295b7

1 file changed

Lines changed: 9 additions & 18 deletions

File tree

doc/source/examples/QR_eps.ipynb

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"id": "9MRrI75l7SFc"
77
},
88
"source": [
9-
"# Quantile Regression with ε-tolerance\n",
9+
"# Quantile Regression with \u03b5-tolerance\n",
1010
"\n",
11-
"[![Slides](https://img.shields.io/badge/🦌-ReHLine-blueviolet)](https://rehline-python.readthedocs.io/en/latest/)\n",
11+
"[![Slides](https://img.shields.io/badge/\ud83e\udd8c-ReHLine-blueviolet)](https://rehline-python.readthedocs.io/en/latest/)\n",
1212
"\n",
13-
"Quantile Regression with ε-tolerance solves the following optimization problem:\n",
13+
"Quantile Regression with \u03b5-tolerance solves the following optimization problem:\n",
1414
"$$\n",
1515
"\\min_{\\mathbf{\\beta} \\in \\mathbb{R}^d} \\sum_{i=1}^{n} (\\rho_\\kappa(y_i - \\mathbf{x}_i^\\intercal \\mathbf{\\beta}) - \\epsilon)_+ + \\frac{\\lambda}{2} \\|\\mathbf{\\beta}\\|^2\n",
1616
"$$\n",
@@ -219,7 +219,7 @@
219219
"\n",
220220
"#sk-container-id-1 label.sk-toggleable__label-arrow:before {\n",
221221
" /* Arrow on the left of the label */\n",
222-
" content: \"\";\n",
222+
" content: \"\u25b8\";\n",
223223
" float: left;\n",
224224
" margin-right: 0.25em;\n",
225225
" color: var(--sklearn-color-icon);\n",
@@ -264,7 +264,7 @@
264264
"}\n",
265265
"\n",
266266
"#sk-container-id-1 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {\n",
267-
" content: \"\";\n",
267+
" content: \"\u25be\";\n",
268268
"}\n",
269269
"\n",
270270
"/* Pipeline/ColumnTransformer-specific style */\n",
@@ -933,7 +933,7 @@
933933
"\n",
934934
"#sk-container-id-2 label.sk-toggleable__label-arrow:before {\n",
935935
" /* Arrow on the left of the label */\n",
936-
" content: \"\";\n",
936+
" content: \"\u25b8\";\n",
937937
" float: left;\n",
938938
" margin-right: 0.25em;\n",
939939
" color: var(--sklearn-color-icon);\n",
@@ -978,7 +978,7 @@
978978
"}\n",
979979
"\n",
980980
"#sk-container-id-2 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {\n",
981-
" content: \"\";\n",
981+
" content: \"\u25be\";\n",
982982
"}\n",
983983
"\n",
984984
"/* Pipeline/ColumnTransformer-specific style */\n",
@@ -1477,18 +1477,9 @@
14771477
"name": "python3"
14781478
},
14791479
"language_info": {
1480-
"codemirror_mode": {
1481-
"name": "ipython",
1482-
"version": 3
1483-
},
1484-
"file_extension": ".py",
1485-
"mimetype": "text/x-python",
1486-
"name": "python",
1487-
"nbconvert_exporter": "python",
1488-
"pygments_lexer": "ipython3",
1489-
"version": "3.12.0"
1480+
"name": "python"
14901481
}
14911482
},
14921483
"nbformat": 4,
14931484
"nbformat_minor": 0
1494-
}
1485+
}

0 commit comments

Comments
 (0)