R 글꼴 변경

a.sourceLine { display: inline-block; line-height: 1.25; } a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; } a.sourceLine:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode { white-space: pre; position: relative; } div.

Data Science를 위한 R 초기 환경

a.sourceLine { display: inline-block; line-height: 1.25; } a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; } a.sourceLine:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode { white-space: pre; position: relative; } div.

데이터마이닝 - Random Forest

데이터마이닝 연습으로 Random Forest을 사용한 예제이다. 먼저 전처리에서 사용한 packages이다. library(tidyverse) library(skimr) 그 다음 모형을 만들고자 하는 데이터를 불러왔다. 해당 데이터는 카글에서 가지고 온 데이터다.

데이터마이닝 - Decision Tree

데이터마이닝 연습으로 Decision Tree 모델을 사용한 예제이다. 먼저 사용한 페키지이다. library(tidyverse) ## -- Attaching packages --------------------------------------------------------------- tidyverse 1.3.0 -- ## √ ggplot2 3.3.1 √ purrr 0.