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
- 보간법
- 결측치대체
- sklearn
- SimpleImputer
- koNLPy
- join
- KoNLP
- IterativeImputer
- 이상치
- Boxplot
- stopwords
- interpolate
- Python
- MSE
- 누락값
- Seaborn
- DataFrame
- countplot
- subplots
- 불용어
- value_counts
- 대치법
- Outlier
- 전처리
- 결측치
- 데이터프레임
- 파이썬
- 선형보간
- BDA
Archives
- Today
- Total
목록전체 보기 (124)
ACAIT
[Python] 220928_4주차 변수 타입, 연산자, 리스트, 딕셔너리
HTML 삽입 미리보기할 수 없는 소스
전공 및 코드/데이터 마이닝(Python)
2022. 9. 30. 11:55
[Python] 220914_2주차 조건문 if(), 반복문 for(), while()
HTML 삽입 미리보기할 수 없는 소스
전공 및 코드/데이터 마이닝(Python)
2022. 9. 30. 11:54
[R] 220920_3주차
rm(list=ls()) ### 3주차, 매트릭스와 데이터프레임 ## 저번 주 내용 score 문자+숫자 같이 있을 수 있음 like 리스트 ## 행(row)/관측값: 가로 ## 열(column): 세로 ## 셀(cell): 사각형 영역 state.x77 ## 미국 77개 주 View(state.x77) ## 괄호 안을 보여 달라는 것 View(iris) ## 꽃에 대한 것. 기본적인 자료가 R프로그래밍은 많은 편 ?iris a
전공 및 코드/R프로그래밍
2022. 9. 30. 11:52