1) Prediction 프로그램 및 문서 sitehttp://prediction.io/http://docs.prediction.io/current/ 2) Installation Guide 대로 따라하면 관련 프로그램까지 설치가능mongodb, hadoop 3) 쉘을 통해 관리자 계정 추가 (방법은 문서내 존재) 4) 관리사이트 (http://설치한host:9000) 에서 로그인 후 app, engine 생성 5) 테스트 데이터 입력 프로그램 작성해서 실행 6) Running 에서 즉시 모델 분석 실행 7) 테스트 프로그램 작성해서 분석 결과 확인Retrieve top 5 recommendations for user 1{u'pio_iids': [u'1', u'3', u'4', u'6', u'9']}Ret..