더북(TheBook)
# RandomForestClassifier를 불러온다.
from sklearn.ensemble import RandomForestClassifier
 
# 랜덤 포레스트 분류기를 사용한다.
model = RandomForestClassifier(n_estimators = 100, n_jobs = -1, random_state=42)
model

실행 결과

RandomForestClassifier(n_jobs=-1, random_state=42)
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.