Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import numpy as np
|
| 3 |
import matplotlib.pyplot as plt
|
| 4 |
|
| 5 |
-
st.subheader("K
|
| 6 |
|
| 7 |
st_col = st.columns(1)[0]
|
| 8 |
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
import matplotlib.pyplot as plt
|
| 4 |
|
| 5 |
+
st.subheader("K nearest neighbor (KNN) classification")
|
| 6 |
|
| 7 |
st_col = st.columns(1)[0]
|
| 8 |
|