Skip to content

Commit cfdbc46

Browse files
modify title level
1 parent 5134493 commit cfdbc46

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/source/tutorials/sklearn_svc.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"# Support Vector Classification with SKLearn\n",
88
"\n",
99
"Authored by [_Mark (Zixuan) Song_](https://marksong.tech)\n",
10-
"- - -\n",
1110
"\n",
1211
"We use the `SKLearn` library to implement `SVC` in the following tutorial."
1312
]
@@ -16,7 +15,7 @@
1615
"cell_type": "markdown",
1716
"metadata": {},
1817
"source": [
19-
"# Overview\n",
18+
"## Overview\n",
2019
"\n",
2120
"The aim of this tutorial is to implant a quantum machine learning (QML) transformer into SVC pipeline. And this is a general introduction to connect `tensorcircuit` with `scikit-learn`."
2221
]

docs/source/tutorials/sklearn_svc_cn.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"# 结合SKLearn实现的支持向量分类\n",
88
"\n",
99
"[_Mark (Zixuan) Song_](https://marksong.tech) 撰写\n",
10-
"- - -\n",
1110
"\n",
1211
"本示例结合了`sklearn`库中的`SVC`类,实现了支持向量分类。"
1312
]
@@ -16,7 +15,7 @@
1615
"cell_type": "markdown",
1716
"metadata": {},
1817
"source": [
19-
"# 概述\n",
18+
"## 概述\n",
2019
"\n",
2120
"本示例的目的是将量子机器学习(QML)转换器嵌入到SVC管道中并且介绍`tensorcircuit`与`scikit-learn`的一种连接方式。"
2221
]

0 commit comments

Comments
 (0)