codestates / codestates/ds-TIL

[TIL] 문승태 - 201021

Open
#632 0 comments 0 reactions 0 assignees View on GitHub
DSFT01
Dominant language
No language data
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Month 2 - 여정의 시작


# Confusion Matrix

오늘 배운 것:

1. Confusion Matrix:
- True Positive
- True Negative
- False Positive
- False Negative
- 정확성(Accuracy)
- 정밀도(Precision)
- 재현율(Recall)
- Beta
- 분류모델의 평가지표(F1_score)

앞으로의 과제:


- 어떻게 해야 TP, TN을 최적화 할 수 있는지 조금 더 고민할 필요가 있다.
- 분류 문제에서는 F1 Score가 중요하다.
- 상황에 따라 각 지표중 중점을 두어야 할 것이 다르다고 느꼈다.

그 외 느낀 점:

- Sklearn이나 Scikit-Learn의 머신 러닝 기능들을 잘 이해하기 위해서는, Doc을 읽어보아야 할 것 같다.
- True Positive와 True Negative를 잘 구분하게 하는 것이 매우 중요하다는 것을 깨달았다.
- 분류 문제에 있어서는 F1 Score가 중요하다. 이에 대해서 좀 더 읽어보고 알아봐야겠다.
- 상황에 따라 정확도, 재현율, 정밀도 등의 중요성이 다를 수 있다는 것에 대해 감을 잡을 필요가 있다.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue body is a TIL entry about confusion matrices, classification metrics, and scikit-learn. It names no repository file, test, or concrete change, so confirm the intended documentation update and completion criteria before starting.

Written by the indexing model from the issue text.

Assessment

Tech stack
scikit-learn
Domain
documentation, machine-learning
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.