Skip to content

Commit 403e2dd

Browse files
committed
update doc
1 parent b5e13c5 commit 403e2dd

File tree

3 files changed

+28
-43
lines changed

3 files changed

+28
-43
lines changed

doc/source/examples/FairSVM.ipynb

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
"> **Note.** Since the hinge loss is a plq function, and fairness constraints are linear, thus we can solve it by `rehline.plqERM_Ridge`."
3535
]
3636
},
37+
{
38+
"metadata": {},
39+
"cell_type": "markdown",
40+
"source": "",
41+
"id": "7bf9272115591bbf"
42+
},
3743
{
3844
"cell_type": "code",
3945
"execution_count": 1,
@@ -199,25 +205,18 @@
199205
]
200206
}
201207
],
202-
"metadata": {
208+
"metadata": {
209+
"colab": {
210+
"provenance": []
211+
},
203212
"kernelspec": {
204-
"display_name": "Python 3 (ipykernel)",
205-
"language": "python",
213+
"display_name": "Python 3",
206214
"name": "python3"
207215
},
208216
"language_info": {
209-
"codemirror_mode": {
210-
"name": "ipython",
211-
"version": 3
212-
},
213-
"file_extension": ".py",
214-
"mimetype": "text/x-python",
215-
"name": "python",
216-
"nbconvert_exporter": "python",
217-
"pygments_lexer": "ipython3",
218-
"version": "3.10.12"
217+
"name": "python"
219218
}
220219
},
221220
"nbformat": 4,
222-
"nbformat_minor": 5
223-
}
221+
"nbformat_minor": 0
222+
}

doc/source/examples/QR.ipynb

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -98,25 +98,18 @@
9898
]
9999
}
100100
],
101-
"metadata": {
101+
"metadata": {
102+
"colab": {
103+
"provenance": []
104+
},
102105
"kernelspec": {
103-
"display_name": "Python 3 (ipykernel)",
104-
"language": "python",
106+
"display_name": "Python 3",
105107
"name": "python3"
106108
},
107109
"language_info": {
108-
"codemirror_mode": {
109-
"name": "ipython",
110-
"version": 3
111-
},
112-
"file_extension": ".py",
113-
"mimetype": "text/x-python",
114-
"name": "python",
115-
"nbconvert_exporter": "python",
116-
"pygments_lexer": "ipython3",
117-
"version": "3.10.12"
110+
"name": "python"
118111
}
119112
},
120113
"nbformat": 4,
121-
"nbformat_minor": 5
122-
}
114+
"nbformat_minor": 0
115+
}

doc/source/examples/SVM.ipynb

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,24 +86,17 @@
8686
}
8787
],
8888
"metadata": {
89+
"colab": {
90+
"provenance": []
91+
},
8992
"kernelspec": {
90-
"display_name": "Python 3 (ipykernel)",
91-
"language": "python",
93+
"display_name": "Python 3",
9294
"name": "python3"
9395
},
9496
"language_info": {
95-
"codemirror_mode": {
96-
"name": "ipython",
97-
"version": 3
98-
},
99-
"file_extension": ".py",
100-
"mimetype": "text/x-python",
101-
"name": "python",
102-
"nbconvert_exporter": "python",
103-
"pygments_lexer": "ipython3",
104-
"version": "3.10.12"
97+
"name": "python"
10598
}
10699
},
107100
"nbformat": 4,
108-
"nbformat_minor": 5
101+
"nbformat_minor": 0
109102
}

0 commit comments

Comments
 (0)