>RE::VISION CRM

인공지능

[RFNNC MDL 2019] R을 이용한 재무적 분석 _ 예측과 이상탐지

YONG_X 2019. 11. 18. 11:18



[RFNNC MDL 2019] R을 이용한 재무적 분석 _ 예측과 이상탐지

     -- 전용준. 리비젼컨설팅


The data :: 


smpl_bnkrpt.csv



The R script :: 


Y_전용준_리비젼_R_예측이상탐지20191120_scrpt.txt


The pdf (Some theory) ::


전용준_리비젼_MLAD_20191120.pdf





RStudio 가 한글 계정을 인식하지 못해서 에러가 날 때 : ☞ 영문 사용자계정 만들기

출처: https://rfriend.tistory.com/tag/Windows 한글 사용자 계정을 영어 계정으로 바꾸는 방법 [R, Python 분석과 프로그래밍의 친구 (by R Friend)]

https://rfriend.tistory.com/tag/Windows%20%ED%95%9C%EA%B8%80%20%EC%82%AC%EC%9A%A9%EC%9E%90%20%EA%B3%84%EC%A0%95%EC%9D%84%20%EC%98%81%EC%96%B4%20%EA%B3%84%EC%A0%95%EC%9C%BC%EB%A1%9C%20%EB%B0%94%EA%BE%B8%EB%8A%94%20%EB%B0%A9%EB%B2%95  





 mtcars  {datasets} 
Motor Trend Car Road Tests


Description

The data was extracted from the 1974 Motor Trend US magazine, and comprises fuel consumption and 10 aspects of automobile design and performance for 32 automobiles (1973–74 models).


===> MT는 Motor Trend의 줄임말  


# 아래와 같은 ? 다음에 데이터셋 이름을 쳐보면 help에 데이터 설명 출력됨

?mtcars



R 라이브러리 패키지 설치 오류에 대한 설명과 대응 방법

https://m.blog.naver.com/rickman2/221449799786  


.libPaths('c:/myPath/Libray') 


와 같은 식으로 라이브러리를 설치가능하도록 한글이 아닌 이름의 경로를

생성해 주고 그 경로를 지정해주는 방법을 사용하면됨 


# Isolation Forest 설치 

devtools::install_github("yanyachen/IsolationForest") 



전용준_리비젼_MLAD_20191120.pdf
0.89MB
Y_전용준_리비젼_R_예측이상탐지20191120_scrpt.txt
0.02MB
smpl_bnkrpt.csv
0.83MB