decision tree (1) 썸네일형 리스트형 E-Commerce Part Ⅳ: Decision Tree 모델 응용 Decision Tree¶ ⅰ. 모듈 불러오기 & DATA 특성 확인¶ In [1]: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns In [2]: df = pd.read_csv("Data/galaxy.csv") df.info() RangeIndex: 1485 entries, 0 to 1484 Data columns (total 9 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 BuyItNow 1485 non-null int64 1 startprice 1485 non-null float64 2 carri.. 이전 1 다음