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

scikit-learn Machine Learning Logistic Regression: Predict Titanic Survived 사이킷런 머신러닝 로지스틱 회귀: 타이타닉 생존자 예측 In [1]: import pandas as pd # DataFrame float값을 소수점 두 번째 자리 까지만 표시 pd.options.display.float_format = '{:.2f}'.format 1. Data Collection¶ In [2]: # Kaggle # https://www.kaggle.com/competitions/titanic file_url = "https://raw.githubusercontent.com/dev-EthanJ/scikit-learn_Machine_Learn..
CS & DS/scikit-learn Machine Learning
2022. 11. 15. 09:01