Skip to content

2-11 (119p) 검거율 관련 질문입니다 #87

Description

@dnrwjd0211

안녕하세요!
2-11의 검거율 관련해서 질문 드립니다 :)

[111]의 코드에
tmp = crime_anal_raw[col] / crime_anal_raw[col].max()
crime_anal_raw['검거'] = np.sum(tmp, axis=1)

라고 되어있는데 이 부분(발생건수 / 최고발생건수)이 왜 검거율이 되는 건가요?

검거율은 '검거 건수/ 발생 건수' 로 이루어져야 하는 것 아닌가요?

감사합니다!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions