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
- 파이썬 객체 지향 프로그래밍
- 파이썬 크롤러
- K평균군집화
- python control statement
- 파이썬
- KMeans Clustering
- 머신러닝
- Data pre-processing
- 타이타닉 데이터
- control statement
- sklearn
- python
- 제어문
- NumPy
- 사이킷런
- Naive Bayes
- scikit-learn
- pandas
- 넘파이
- 배열
- 순회 크롤러
- ML
- 파이썬 제어문
- dataframe
- 나이브베이즈
- Titanic data set
- 파이썬 크롤링
- 판다스
- Python crawler
- Machine Learning
Archives
- Today
- Total
목록사이킷런 (9)
Try to 개발자 EthanJ의 성장 로그

scikit-learn Machine Learning Linear Regression 사이킷런 머신러닝 회귀분석 Machine Learning Process 데이터 수집: Data Collection 데이터 전처리: Data pre-processing 모델 학습: Training Model 모델 평가:Evaluating Model 모델 배포: Model Deployment In [1]: import pandas as pd 1. Data 수집¶ In [2]: url = f'https://raw.githubusercontent.com/dev-EthanJ/scikit-learn_Machine_Learning/main/data/insurance.csv' df = pd.read_csv(url) df..
CS & DS/scikit-learn Machine Learning
2022. 11. 7. 17:52