Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- del
- 최댓값
- Python
- Machine Learning
- len()
- pandas
- insert()
- string
- 반복문
- 분류 결과표
- hierarchical_clustering
- nan
- DataFrame
- analizer
- count()
- Dictionary
- data
- function
- list
- append()
- 덴드로그램
- 최솟값
- numpy
- wcss
- IN
- elbow method
- matplotlib
- dendrogram
- DataAccess
- sklearn
Archives
- Today
- Total
목록Colab (1)
개발공부
리눅스의 wget 명령어를 통해 인터넷에 잇는 파일을 다운로드 할 수 있다. !wget --no-check-certificate \ [url] \ -O [path] 아래는 실제 zip파일을 다운받는 코드이다. !wget --no-check-certificate \ https://storage.googleapis.com/laurencemoroney-blog.appspot.com/horse-or-human.zip \ -O /tmp/horse-or-human.zip
Colab
2022. 6. 15. 11:35