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

scikit-learn Machine Learning DecisionTree 사이킷런 머신러닝 결정트리 Data Collection¶ In [1]: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns In [2]: # https://www.kaggle.com/datasets/ayessa/salary-prediction-classification url = 'https://raw.githubusercontent.com/dev-EthanJ/scikit-learn_Machine_Learning/main/data/salary.csv' df = pd.read_csv(url, skipin..
CS & DS/scikit-learn Machine Learning
2022. 11. 21. 14:46