Spaces:
Sleeping
Sleeping
Bhupen
commited on
Commit
·
cbabf9b
1
Parent(s):
dac601e
Add ML intuitions py file
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ def main():
|
|
211 |
|
212 |
# Plot
|
213 |
fig, ax = plt.subplots(figsize=(8, 6))
|
214 |
-
plot_decision_boundary(clf, X, y, ax)
|
215 |
ax.set_title("Logistic Regression Decision Boundary - intertwined classes")
|
216 |
st.pyplot(fig)
|
217 |
|
|
|
211 |
|
212 |
# Plot
|
213 |
fig, ax = plt.subplots(figsize=(8, 6))
|
214 |
+
plot_decision_boundary(clf, X, y, ax, title='Logistic regression')
|
215 |
ax.set_title("Logistic Regression Decision Boundary - intertwined classes")
|
216 |
st.pyplot(fig)
|
217 |
|