본문 바로가기
데이터분석/인공지능

Deep learning for Business with python-N.D Lewis-chapter 6

by code cleaner 2018. 4. 2.
반응형

chapter 6 - How to Model Insurance Claims


1. 리스크 분류 이해하기

  - the basic idea is split an insurance portfolio into classes that consist of comparable risks.

  - policy holder characteristics(age, etc...), and vehicle characteristics(model, manufacturer, etc..)

  - the actual details differ somewhat across countries


2. 데이터 실습


3. 오류 sknn.mlp import error : module not found

 1) pip install scikit-neuralnetwork

 2) https://code.i-harness.com/en/q/25abd60 링크의 theadno / lasagne 다운로드

    => downsample error 해결

    

반응형