Skip to content

Commit

Permalink
Merge pull request #9 from keepwith/main
Browse files Browse the repository at this point in the history
update doc
  • Loading branch information
yixuan authored Oct 31, 2024
2 parents 06430cd + 403e2dd commit ec30df0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 43 deletions.
29 changes: 14 additions & 15 deletions doc/source/examples/FairSVM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"> **Note.** Since the hinge loss is a plq function, and fairness constraints are linear, thus we can solve it by `rehline.plqERM_Ridge`."
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "",
"id": "7bf9272115591bbf"
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -199,25 +205,18 @@
]
}
],
"metadata": {
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
"nbformat_minor": 0
}
23 changes: 8 additions & 15 deletions doc/source/examples/QR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,18 @@
]
}
],
"metadata": {
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
"nbformat_minor": 0
}
19 changes: 6 additions & 13 deletions doc/source/examples/SVM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,17 @@
}
],
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
"nbformat_minor": 0
}

0 comments on commit ec30df0

Please sign in to comment.