multi class ์„ฑ๋Šฅํ‰๊ฐ€ (binary classfication์—์„œ ์ˆ˜์ •๋˜์–ด์•ผ ํ•จ ๋‹น์—ฐํ•˜์ง€๋งŒ)

- multi class accuracy

- multi class precision

- multi class recall

- multi class f1 score

 

Brownlee, Jason. 2016. "What is a Confusion Matrix in Machine Learning." Machine Learning Mastery, November 18. Accessed 2019-08-18.

 

What is a Confusion Matrix in Machine Learning

Make the Confusion Matrix Less Confusing. A confusion matrix is a technique for summarizing the performance of a classification algorithm. Classification accuracy alone can be misleading if you have an unequal number of observations in each class or if you

machinelearningmastery.com

 

 

 

* ์ถ”๊ฐ€์ž๋ฃŒ

towardsdatascience.com/confusion-matrix-for-your-multi-class-machine-learning-model-ff9aa3bf7826

 

Confusion Matrix for Your Multi-Class Machine Learning Model

A beginnerโ€™s guide on how to calculate Precision, Recall, F1-score for a multi-class classification problem.

towardsdatascience.com

iamksu.tistory.com/70

 

Spark - Multiclass classification

โ–ก ์ฐธ๊ณ  ๋‚ด์šฉ โ–ถ True Positive (TP) - ์‹ค์ œ ์–‘์ˆ˜์ด๋ฉฐ, ์˜ˆ์ธก๋„ ์–‘์ˆ˜ โ–ถ True Negative (TN) - ์‹ค์ œ ์Œ์ˆ˜์ด๋ฉฐ, ์˜ˆ์ธก๋„ ์Œ์ˆ˜ โ–ถ False Positive (FP) - ์‹ค์ œ ์Œ์ˆ˜์ด๋ฉฐ, ์˜ˆ์ธก์€ ์–‘์ˆ˜ โ–ถ False Negative (FN) - ์‹ค์ œ..

iamksu.tistory.com

 

'๐Ÿ™‚ > ๋จธ์‹ ๋Ÿฌ๋‹ (ML)' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[ML] Gradient Boosting (GBM)  (6) 2021.02.09
[ML] ๋žœ๋ค ํฌ๋ ˆ์ŠคํŠธ (random forest)  (0) 2020.10.10
[ML] ๋กœ์ง€์Šคํ‹ฑ ํšŒ๊ท€  (0) 2020.10.10
[ML] SVM  (0) 2020.10.10

+ Recent posts