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
- fastapi #python웹개발
- 파이썬웹개발
- 파이토치
- 비지도학습
- 머신러닝
- sklearn
- 딥러닝
- konlpy
- pytorch
- 파이토치기본
- python 정렬
- NLP
- langchain
- deeplearning
- Python
- pandas
- 판다스 데이터정렬
- fastapi #파이썬웹개발
- 사이킷런
- fastapi
- 파이썬
- 랭체인
- OpenAIAPI
- 챗gpt
- HTML
- programmablesearchengine
- 판다스
- MachineLearning
- chatGPT
- 자연어분석
Archives
- Today
- Total
목록로지스틱회귀분석 (1)
Data Navigator

Logistic Regression을 활용한 소비자 광고 반응률 예측¶ In [1]: import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns In [3]: df = pd.read_csv('./03. 광고 반응률 예측 (Logistic Regression)/advertising.csv') df.head(10) Out[3]: Daily Time Spent on Site Age Area Income Daily Internet Usage Ad Topic Line City Male Country Timestamp Clicked on Ad 0 68.95 NaN 61833.90 256.09 Cloned 5t..
Machine Learning, Deep Learning
2021. 1. 22. 23:10