snehilsanyal
commited on
Commit
·
4b33f7a
1
Parent(s):
f1caf9a
Update app.py
Browse files
app.py
CHANGED
@@ -65,20 +65,20 @@ with gr.Blocks(title = heading, theme= 'snehilsanyal/scikit-learn') as demo:
|
|
65 |
The features to be considered are:\
|
66 |
\
|
67 |
|
68 |
-
|
69 |
|
70 |
-
|
71 |
|
72 |
The SVM Classifiers used for this demo are:\
|
73 |
\
|
74 |
|
75 |
-
|
76 |
|
77 |
-
|
78 |
|
79 |
-
|
80 |
|
81 |
-
|
82 |
"""
|
83 |
)
|
84 |
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)**')
|
|
|
65 |
The features to be considered are:\
|
66 |
\
|
67 |
|
68 |
+
1. Sepal length (cm) \
|
69 |
|
70 |
+
2. Sepal width (cm) \
|
71 |
|
72 |
The SVM Classifiers used for this demo are:\
|
73 |
\
|
74 |
|
75 |
+
1. SVC with linear kernel \
|
76 |
|
77 |
+
2. Linear SVC \
|
78 |
|
79 |
+
3. SVC with RBF kernel\
|
80 |
|
81 |
+
4. SVC with Polynomial (degree 3) kernel
|
82 |
"""
|
83 |
)
|
84 |
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)**')
|