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
- 프리미엄
- easy
- 어려웠음
- HACKER_RANK
- 해커랭크
- 직장인인강
- 다시풀어보기
- MySQL
- medium
- recursive
- meidum
- 파이썬을활용한시계열데이터분석AtoZ올인원패키지Online
- join
- Hard
- SELF-JOIN
- 시계열데이터분석
- RANK
- 패스트캠퍼스후기
- 직장인자기계발
- LeetCode
- 패캠챌린지
- 프로그래머스
- group by
- 파이썬을활용한시계열데이터분석
- lv.4
- SQL
- 패스트캠퍼스
- solvesql
- Hackerrank
- row_number
Archives
- Today
- Total
~고군분투 인생살이~
[PYTHON] [warning]UserWarning: The parameter 'token_pattern' will not be used since 'tokenizer' is not None' warnings.warn("The parameter 'token_pattern' will not be 본문
오류
[PYTHON] [warning]UserWarning: The parameter 'token_pattern' will not be used since 'tokenizer' is not None' warnings.warn("The parameter 'token_pattern' will not be
소금깨 2022. 2. 18. 18:02
from sklearn.feature_extraction.text import CountVectorizer
import nltk
vect = CountVectorizer(tokenizer=nltk.word_tokenize,analyzer='word').fit(mom['sentens'])
vect.vocabulary_
vect.get_feature_names()
이 코드를 진행하는데 warning이 떴다.
뭐지? 했는데 수행하는데 시간이 좀 걸려서 뜨는거지 무시하고 다시 실행하면 정상적으로 작동한다.
'오류' 카테고리의 다른 글
[PYTHON] WARNING: You are using pip version 22.0.4; however, version 22.3.1 is available. (0) | 2022.12.17 |
---|---|
[PYTHON] TypeError : 'int' object is not iterable (0) | 2022.09.18 |
[SQL] Only full group by 에러 (0) | 2022.03.16 |
[PYTHON] random_state_index is incorrect (0) | 2021.11.03 |
[PYTHON] pip is configured with locations that require TLS/SSL (0) | 2021.10.23 |
Comments