Data Science/Data Visualization
[Visualization] Streamlit Simple Apps : K-Means Clustering
Install Streamlit pip install streamlit 설치가 완료되었다면 hello world 앱으로 테스트할 수 있다. 콘솔 창에서 아래와 같이 streamlit 명령어를 입력하면 hello world앱이 구동된다. streamlit hello Implement Streamlit App : K-Means Algorithm App * raw-data : # File : app.py # Author : 9valuemining@gmail.com # Imports # ----------------------------------------------------------- from scipy.sparse import data import streamlit as st import pandas ..
2023. 2. 6. 00:12
최근댓글