Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- r
- graph database
- Federated Learning
- 그래프 에코시스템
- 딥러닝
- Cypher
- BigData
- 분산 병렬 처리
- TensorFlow
- GDB
- GraphX
- 그래프 질의언어
- 인공지능
- Neo4j
- spark
- Graph Tech
- 빅데이터
- Python
- 그래프 데이터베이스
- GSQL
- 연합학습
- 그래프
- SQL
- RStudio
- TigerGraph
- RDD
- SparkML
- Graph Ecosystem
- graph
- DeepLearning
Archives
- Today
- Total
Hee'World
머신러닝 인 액션 2.2.2 예제 에러 본문
2.2.2 분석 : 매스플롯라이브러리로 scatter 플롯 생성하기 에러 발생
- 아래와 같이 해결하면 됨
In [10]: ax.scatter(datingDataMat[:,1], datingDataMat[:,2], 15.0*array(datingLabels).astype(float), 15.0*array(datingLabels).astype(float))
Out[10]: <matplotlib.collections.PathCollection at 0x6aa7a58>
In [11]:
In [11]: plt.show()
참조 : http://modular.tistory.com/category/%EC%82%BD%EC%A7%88%EA%B3%BC%20%EC%97%B4%EB%A7%A4/Python
'Programming > Python' 카테고리의 다른 글
TensorFlow 설치 (0) | 2016.06.07 |
---|---|
OpenCV 패키지 설치 [Windows] (0) | 2016.06.07 |
module 불러오기 (0) | 2015.08.08 |
[펌]데이터 분석을 위한 파이썬 라이브러리 (0) | 2014.10.20 |
IOError: [Errno 22] invalid mode('r') or filename: [해결방법] (0) | 2014.10.20 |
Comments