일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- List Comprehension
- Seaborn
- 시험 일정
- 응시료
- numpy
- pythonML
- matplotlib
- teen learn
- 빅데이터 분석기사
- K 데이터 자격시험
- context manger1
- separating data(데이터 분리하기)
- 검정수수료
- 준비
Archives
- Today
- Total
목록pythonML (1)
재원's 블로그
pythonML1, context manger1
최초 작성일 : 2021-12-06 categories: Python Machine Learning 파이썬 머신러닝에서는 함수를 거의 자신이 만들어 사용하고 정규화 작업 등도 진행한다. 여기에 대해 알아보았다. # /c/Users/GREEN/Desktop/python_fun/venv/Scripts/python # -*- coding: utf-8 -*- def cnt_letter(): """안에 있는 문자를 세는 함수입니다.""" # 함수를 설명하는 문구 print("Hi") return None if __name__ == "__main__": print(cnt_letter()) print(help(cnt_letter)) "C:\Program Files\anaconda3\envs\Python_f\pytho..
Python Machine Learning
2023. 1. 20. 19:25