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 | 29 | 30 |
31 |
Tags
- matplotlib
- 반복문
- wcss
- Dictionary
- insert()
- dendrogram
- 분류 결과표
- hierarchical_clustering
- string
- list
- DataAccess
- count()
- nan
- pandas
- IN
- del
- append()
- Machine Learning
- Python
- elbow method
- 최솟값
- data
- function
- len()
- sklearn
- analizer
- numpy
- 덴드로그램
- 최댓값
- DataFrame
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