1.1 설치
pip install plotly==3.8.1
pip install cufflinks
1.2 패키지 로드
import plotly.plotly as py
import cufflinks as cf
cf.go_offline(connected=True)
예제 포스팅된 블로그
dailyheumsi.tistory.com/118?category=854906
이제는 matplotlib 말고, Plotly 를 쓰자.
세련된 데이터 시각화 패키지, Plotly. matplotlib, seaborn 만 사용하다가, 최근에 훨씬 세련된 데이터 시각화 툴을 찾았습니다. plotly 인데, 웹 시각화 라이브러리인 d3.js 를 이용하여 보다 interactive 하
dailyheumsi.tistory.com
타이타닉 데이터 분석에 활용한 케글 예시
www.kaggle.com/andreshg/tps-apr-automl-libraries-comparison
[TPS Apr] 🏄♂️ AutoML Libraries Comparison
Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources
www.kaggle.com
'SW 개발환경 > SDK' 카테고리의 다른 글
[SDK] 목차 구성해보기. (0) | 2021.10.31 |
---|---|
[알고리즘] Algorithm Tutorial (0) | 2021.05.10 |
[Python]표준 라이브러리 도감 (0) | 2021.05.10 |
[데이터 작업 패키지_1] 데이터의 상태 확인 작업에 편의를 주는 데이터 프레임 패키지 (0) | 2021.04.26 |