Spaces:
Sleeping
Sleeping
Update pages/Lifecycle of Machine Learning.py
Browse files
pages/Lifecycle of Machine Learning.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import streamlit as st
|
2 |
from sklearn.datasets import load_iris
|
3 |
from sklearn.model_selection import train_test_split
|
|
|
1 |
+
pip install streamlit
|
2 |
import streamlit as st
|
3 |
from sklearn.datasets import load_iris
|
4 |
from sklearn.model_selection import train_test_split
|