Performance Metrics On MultiClass Classification Problems

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
    / @krishnaik06
    Please do subscribe my other channel too
    / @krishnaikhindi
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

Комментарии • 51

  • @vibesnovibes6320
    @vibesnovibes6320 4 года назад +55

    Guys, lets applaud his efforts. This video is being shot at 12 in the morning :)

  • @afrida3351
    @afrida3351 4 года назад +12

    I follow ur machine learning videos & it helps me a lot. Could you please make a video on multilevel multiclass performance metrics (absolute-true,absolute-false,accuracy,coverage,aiming)? I can't find out any appropriate source for it! Please try to do that!

  • @ashishmondal5857
    @ashishmondal5857 Год назад +2

    To the point video. Awesome Krish. Your videos save hours of efforts for many students.

  • @sandipansarkar9211
    @sandipansarkar9211 4 года назад +4

    That was a superb video.Got all my doubts clear.If you could the ipynb notebook or google colab for practise would be great .Thanks

  • @ravikumarpawar2406
    @ravikumarpawar2406 4 года назад

    in the report
    suppose:
    pre recall f1-score support
    a
    b
    c 0.0 0.0 0.0 3
    what do mean by the above report
    it has an accuracy of more than 0.6
    remaining two classes predicted the precision and recall score with support

  • @sadabratakonar4219
    @sadabratakonar4219 4 года назад +3

    Sir, how do I know which row and which column refers to dog, cat or fox? I mean how to know row 1, 2 or 3 refers to a dog?

  • @MyRohit143
    @MyRohit143 3 года назад +1

    What is correct confusion matrix , now I am confused , In some places FP become FN & vice versa

  • @rajraji417
    @rajraji417 4 года назад +1

    Thank you Bro

  • @vijai7017
    @vijai7017 3 года назад

    sir you have explained Accuracy and precision pretty well but Recall and other performance matrix are not explained only cursory introduction is given.

    • @tannurohela6192
      @tannurohela6192 2 года назад

      Hey , for recall you just have to see the correctly predicted cats in y_pred and total number of actual cats in y_true. So according to data correclty predicted cats = 4 and total actual cats = 6 , so 4/6 = 0.667. Similarly for dog and fox.
      Ya that's it. I hope it was useful.
      Thank you... :)

  • @ankitashukla8879
    @ankitashukla8879 2 года назад

    For multiclass classification which parameter will be more important precision or recall and why??

  • @louerleseigneur4532
    @louerleseigneur4532 3 года назад

    Thanks Krish

  • @husainkhatba8991
    @husainkhatba8991 4 года назад

    Thank you again !

  • @aashishraina2831
    @aashishraina2831 4 года назад

    simple question:
    You said when we have imbalanced data set , we cannot always go for accuracy, we have to consider precision or recall to judge the accuracy. Now the above final matrix which we have how can we find accuracy here, is it the F1 score we should consider, but there are 3 classes. I am a little confused here

    • @aashishraina2831
      @aashishraina2831 4 года назад

      i have not received any answer of my previous question, looks like krish needs to hire assistant who cam answer, we all know how busy he is.
      I will have another question.
      if i have 3 classes : 0,12
      i create Confusionmatrix for all 3 lest say accuracy for 0 is 98% for 1 is 66% and for 2 is 65%. considering my Training data set is equally distributed in classes, can we say model is biased for class 0

    • @mandeepashiya2229
      @mandeepashiya2229 4 года назад

      @@aashishraina2831 most questions in comments go unanswered, hope it helps you - towardsdatascience.com/confusion-matrix-for-your-multi-class-machine-learning-model-ff9aa3bf7826

  • @AjaySharma-by6kr
    @AjaySharma-by6kr 4 года назад +6

    @Krish Naik. If we have too many classes, then I think confusion matrix will create confusion and not be that much easy to interpret. Sir any other performance matrix for multiclass classification except confusion matrix?????

  • @rambaldotra2221
    @rambaldotra2221 3 года назад

    Great Sir.

  • @aseelsami.6322
    @aseelsami.6322 4 года назад

    Hi what is support in the classification metrics report and what its equation also,what are micro average and other values in the below of report.

  • @bharatchoudhary9836
    @bharatchoudhary9836 4 года назад +1

    @krish naik,instead of using confusion matrix on multi class , can we use Kappa score as performance matrics on multi class

    • @krishnaik06
      @krishnaik06  4 года назад +3

      Yes we can..Kappa score should be looked at when uu imbalanced dataset

    • @Athulyanklife
      @Athulyanklife 3 года назад

      @@krishnaik06 hi sir, on which dataset (test or is it validation?) We should perform this mterics

  • @siphendulwezaza9384
    @siphendulwezaza9384 2 года назад

    Is it possible for precision, recall and f1-score to be zero? if yes then what does that mean

  • @emyeethiopia2890
    @emyeethiopia2890 2 года назад

    How do I plot the confusion matrix for multiclass image classification(say 4 class) while using ImageDataGenerator for augmentation in CNN algorithm?

  • @karthikganesh4679
    @karthikganesh4679 3 года назад +1

    sir could u plz explain multi class classification with random forest

  • @mkproduction413
    @mkproduction413 Год назад

    How to calculate sensitivity and precision for multiclaa

  • @sandipansarkar9211
    @sandipansarkar9211 4 года назад

    Thanks Krish for the explanation. But the github link is missing .

  • @ParamChoksi-ve6yg
    @ParamChoksi-ve6yg 4 года назад

    Sir, please make a video on ROC and AUC with practical example..!!

  • @sagarmestry5514
    @sagarmestry5514 4 года назад

    Sir can you please upload video on indepth intuition of logistic regression cost function. It’ll really help to understand concept in better way

  • @sachinborgave8094
    @sachinborgave8094 4 года назад +1

    Krish, please upload further Deep Learning videos.

  • @SandeepSingh-xe1ry
    @SandeepSingh-xe1ry 3 года назад

    Hello Sir,
    I am doing coding for the breast cancer dataset with Keras Sequential Model.
    while printing classification_report and confusion_matrix it says the following error
    ''Classification metrics can't handle a mix of binary and continuous targets'''. Previously, I was able to do the same, but now showing this error. Kindly help me out.

  • @gamingterror8ov734
    @gamingterror8ov734 3 года назад +1

    Sir plz start classes on 10th standard Artificial intelligence plz

  • @amrdel2730
    @amrdel2730 Год назад

    can you do an explanation of the DAG mumlticlasse scheme used on SVM

  • @anshikachoudhary4134
    @anshikachoudhary4134 4 года назад

    Sir please explain neural network technique on multi-class problem with imbalanced dataset

  • @amrithabnair6546
    @amrithabnair6546 3 года назад

    Sir can you explain Multi class student's performance prediction based upon on machine learning

  • @jayasimhayenumaladoddi1602
    @jayasimhayenumaladoddi1602 3 года назад

    Dear sir, I am using Rbf. I want to know how to select the hyper parameters. please kindly help

  • @muthukumarb1326
    @muthukumarb1326 2 года назад

    Hi you calculated sensitivity ( #_of_ TP/#_of_TP+#_of_FP). But why scikit learn mentioning as Precision.

  • @lokeshrathi5500
    @lokeshrathi5500 4 года назад +1

    What is support?

  • @Nitincse11
    @Nitincse11 4 года назад

    What is mean avg precision?

  • @mani3537
    @mani3537 4 года назад

    how to find confusion matrix for model used in semantic segmentation??

  • @christianespana1
    @christianespana1 4 года назад

    can you explain how to plot ROC curve using Image Generator(flow from directory) in classification multi classes?. Please

  • @TanuMallya
    @TanuMallya 3 года назад

    How to calculate "Specificity" here? Can someone please help?

  • @nareshkumarnarula5630
    @nareshkumarnarula5630 4 года назад

    Hi Krish , Please upload the GitHub link for the above video. Thanks

  • @maged4087
    @maged4087 2 года назад

    TypeError: Singleton array 2836 cannot be considered a valid collection.

  • @vipindube5439
    @vipindube5439 4 года назад

    please upload the class file.

  • @charlsjoseph
    @charlsjoseph 4 года назад +1

    It looks like FP and FN are interchanged. Sir, I'm confused as your previous video on binary classifier performance metrics - ruclips.net/video/aWAnNHXIKww/видео.html shows differently. Also didn't understand the precision calculation for cat. it should be row wise not column wise addition on denominator right ? My understanding on precision is Out of total positively predicted cats, how many are actually cat

    • @charlsjoseph
      @charlsjoseph 4 года назад +1

      sorry , i'm wrong. You have interchanged the actual and predicted class in the confusion matrix.

    • @skviknesh
      @skviknesh 4 года назад

      @@charlsjoseph It happens, i had the same doubt!

  • @sachinborgave8094
    @sachinborgave8094 4 года назад +1

    First like

  • @Roy_Abhesh
    @Roy_Abhesh 6 месяцев назад

    ..