ANALYTICS

Category
아이템: 
포스트 갯수22

KNIME에서 R 연동하기

By Toy Lake | 2022년 7월 19일 | 
R 연동하기 Rserve Package 설치 준비 (이미 하신분은 생략 가능) xcode command line tools 설치 ($ xcode-select –install) clang, gfortran 설치 (https://cran.r-project.org/bin/macosx/tools/ ) (optional) gettext 설치 ($ brew install gettext OR $ brew reinstall gettext) (optional) 아래 명령어 실행 cd /usr/binsudo ln -fsclang llvm-gcc-4.2sudo ln -fsclang++ llvm-g++-4.2 (optional) XQuartz 설치 (https://xquartz.org

R을 이용한 회사 재무 정보 수집하기

By Toy Lake | 2022년 7월 19일 | 
getTable <- function(url=url){ tem <- read_html(url,encoding = "UTF-8") dat <- tem %>% html_nodes(".bus_board_txt1") %>% html_text tit <- tem %>% html_nodes('.bus_board_tit1') %>% html_text tit <- stri_trim_both(tit) tit <- tit[1:(which(nchar(tit)==0)[2]-1)] tit <- gsub(" ","",tit) tit <- gsub("[u00A0]","",tit) year <- tit[-1] dat<-data.fram

8. 신경망 분석, 딥러닝

By Toy Lake | 2017년 12월 27일 | 
강의 내용은 추후 업데이트 예정입니다. 강의 자료 다운 받기:

7. 추천 시스템, 텍스트 분석

By Toy Lake | 2017년 12월 20일 | 
강의 내용은 추후 업데이트 예정입니다. 강의 자료 다운 받기: