Commit
·
7fb8136
1
Parent(s):
0b92fae
Update app.py
Browse files
app.py
CHANGED
@@ -64,19 +64,19 @@ with gr.Blocks(title = heading, theme= 'snehilsanyal/scikit-learn') as demo:
|
|
64 |
\
|
65 |
The features to be considered are:
|
66 |
\
|
67 |
-
|
68 |
\
|
69 |
-
|
70 |
\
|
71 |
The SVM Classifiers used for this demo are:
|
72 |
\
|
73 |
-
|
74 |
\
|
75 |
-
|
76 |
\
|
77 |
-
|
78 |
\
|
79 |
-
|
80 |
"""
|
81 |
)
|
82 |
gr.Markdown('**[Demo is based on this script from scikit-learn documentation](https://scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html#sphx-glr-auto-examples-svm-plot-iris-svc-py)**')
|
|
|
64 |
\
|
65 |
The features to be considered are:
|
66 |
\
|
67 |
+
<b>1. Sepal length (cm) </b>
|
68 |
\
|
69 |
+
<b>2. Sepal width (cm) </b>
|
70 |
\
|
71 |
The SVM Classifiers used for this demo are:
|
72 |
\
|
73 |
+
<b>1. SVC with linear kernel </b>
|
74 |
\
|
75 |
+
<b>2. Linear SVC </b>
|
76 |
\
|
77 |
+
<b>3. SVC with RBF kernel</b>
|
78 |
\
|
79 |
+
<b>4. SVC with Polynomial (degree 3) kernel</b>
|
80 |
"""
|
81 |
)
|
82 |
gr.Markdown('**[Demo is based on this script from scikit-learn documentation](https://scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html#sphx-glr-auto-examples-svm-plot-iris-svc-py)**')
|