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
- 머신러닝
- deeplearning
- konlpy
- 챗gpt
- pandas
- langchain
- fastapi #python웹개발
- 비지도학습
- Python
- python 정렬
- pytorch
- fastapi #파이썬웹개발
- fastapi
- 파이토치기본
- chatGPT
- MachineLearning
- 파이썬웹개발
- 랭체인
- NLP
- OpenAIAPI
- HTML
- 사이킷런
- sklearn
- 딥러닝
- 파이토치
- 자연어분석
- 판다스
- 판다스 데이터정렬
- programmablesearchengine
- 파이썬
Archives
- Today
- Total
목록NaiveBayes (1)
Data Navigator
[sklearn, NLP] 상품 리뷰 분석 NLP, Count Vectorizer, Naive Bayes Classifier
NLP 상품 리뷰 분석¶ In [2]: import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns In [3]: data = pd.read_csv('./09. 상품 리뷰 분석(NLP)/yelp.csv', index_col =0) In [4]: data.head() Out[4]: review_id user_id business_id stars date text useful funny cool 2967245 aMleVK0lQcOSNCs56_gSbg miHaLnLanDKfZqZHet0uWw Xp_cWXY5rxDLkX-wqUg-iQ 5 2015-09-30 LOVE the cheeses here. They ..
Machine Learning, Deep Learning
2021. 1. 24. 00:09