SMOTE (Synthetic Minority Oversampling Technique) for Handling Imbalanced Datasets

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Whenever we do classification in ML, we often assume that target label is evenly distributed in our dataset. This helps the training algorithm to learn the features as we have enough examples for all the different cases. For example, in learning a spam filter, we should have good amount of data which corresponds to emails which are spam and non spam.
    SMOTE synthesises new minority instances between existing (real) minority instances.
    If you do have any questions with what we covered in this video then feel free to ask in the comment section below & I'll do my best to answer those.
    If you enjoy these tutorials & would like to support them then the easiest way is to simply like the video & give it a thumbs up & also it's a huge help to share these videos with anyone who you think would find them useful.
    Please consider clicking the SUBSCRIBE button to be notified for future videos & thank you all for watching.
    You can find me on:
    GitHub - github.com/bha...
    Medium - / bhattbhavesh91
    #ClassImbalance #SMOTE #SyntheticMinorityOversamplingTechnique #machinelearning #python #deeplearning #datascience #youtube

ความคิดเห็น • 152

  • @bhattbhavesh91
    @bhattbhavesh91  5 ปีที่แล้ว +29

    Something went wrong while using pd.crosstab! So the updated confusion matrices are as follows -
    At 7:50
    The correct confusion matrix is
    92303 14
    1535 135
    At 10:30
    The correct confusion matrix is
    93798 41
    40 108
    Sorry for the mistake :)

    • @sahubiswajit1996
      @sahubiswajit1996 5 ปีที่แล้ว +3

      Why we are using "random_state=12" ?

    • @chrislam1341
      @chrislam1341 4 ปีที่แล้ว

      @@sahubiswajit1996 it is just his preference, for being able to get the same result from the randomness.

    • @sumitshukla3689
      @sumitshukla3689 4 ปีที่แล้ว

      When we apply SMOTE, the number of samples doesn't changes. But as explained by you, if we are adding some synthetic samples, the training example should also increase right??

    • @KumarHemjeet
      @KumarHemjeet 3 ปีที่แล้ว

      @@sahubiswajit1996 you can take any number

    • @elliothank2823
      @elliothank2823 3 ปีที่แล้ว

      I guess it's kinda off topic but does anybody know a good site to stream new tv shows online ?

  • @prathameshmohite3008
    @prathameshmohite3008 4 ปีที่แล้ว +8

    Hi Bhavesh,
    Very good explanation. I was particularly confused about implementing SMOTE on the main data. But I guess you're correct that we must implement SMOTE on training data.
    Thank You

  • @bhuvneshsaini93
    @bhuvneshsaini93 5 ปีที่แล้ว +4

    Hi, you used only two target 0 and 1 , how to do with more than two . Suppose target 1 is around 2000 , target 2 is around 200 , target 3 is around 11 and so on.

  • @powellmenezes584
    @powellmenezes584 5 ปีที่แล้ว +6

    even i have this doubt -
    Hi, you used only two target 0 and 1 , how to do with more than two . Suppose target 1 is around 2000 , target 2 is around 200 , target 3 is around 11 and so on.

    • @TheRaviraaja
      @TheRaviraaja 3 ปีที่แล้ว

      arxiv.org/pdf/1106.1813.pdf - check out algorithm, neighbours does matters.

  • @siddharthkenia9089
    @siddharthkenia9089 2 ปีที่แล้ว

    Not only you explained really well the illustration were perfect for a beginner to understand what oversampling mean. Thank you:)

  • @bishalmohari8748
    @bishalmohari8748 3 ปีที่แล้ว

    I started watching the undersampling video for a problem and ended up watching the full series cause of how well explained they are. Gald I discovered your channel! Wish I did sooner xD

  • @SurajSingh-pw9ew
    @SurajSingh-pw9ew 4 ปีที่แล้ว

    Thanku Bhavesh❣️❣️.Bina bore kiye padhaya 👏🏻👏🏻👏🏻 excellent

  • @KaushikJasced
    @KaushikJasced 2 ปีที่แล้ว +3

    Thank you sir for giving a wonderful lecture. Can you tell me how I can put the sampling ratio as per my choice instead of 1:1 using SMOTE?

  • @zypeLLas
    @zypeLLas 11 หลายเดือนก่อน

    I'll come back to this video. Seems helpful!

  • @bhargav7476
    @bhargav7476 4 ปีที่แล้ว

    You have no idea how helpful that was

  • @ddxccc
    @ddxccc 3 ปีที่แล้ว

    Most helpful and professional video I found on SMOTE. Thanks a lot!

  • @charmilam920
    @charmilam920 3 ปีที่แล้ว +1

    Thank you for this video. Understood SMOTE very well. Please make videos more often and How do you explain things so effortlessly with such clarity ? Where is this clarity coming from ? Great job

  • @Nirja3
    @Nirja3 3 ปีที่แล้ว +1

    When I tried to set up the smote ration, getting invalid ratio parameter for SMOTE.Can u help?

  • @dhananjaykansal8097
    @dhananjaykansal8097 5 ปีที่แล้ว +1

    Your handwriting is pretty. Thanks for the explanation once again. Cheers!

  • @MY_PARIDE
    @MY_PARIDE หลายเดือนก่อน

    Great Explanation....👏

  • @channel-lk6xz
    @channel-lk6xz 8 หลายเดือนก่อน

    I don't understand how we infer from auc roc. What are we seeing there and what are the values plotted here.

  • @princeok12
    @princeok12 5 ปีที่แล้ว +4

    Very well explained Thank you. Especially appreciated the explanation of nearest neighbor

  • @shishirdixit5996
    @shishirdixit5996 4 ปีที่แล้ว +1

    Here while fitting the training dataset after tuning hyperparameters using gridsearchcv why you have used X_train and y_train and why not X_train_res and y_train_res dataset

  • @nesrinehadjamar2197
    @nesrinehadjamar2197 ปีที่แล้ว

    Thank you ! Simple and clear explanation

  • @shandou5276
    @shandou5276 3 ปีที่แล้ว

    This is very well done :) Nothing overly flashy and yet very clear.

  • @shishirdixit5996
    @shishirdixit5996 4 ปีที่แล้ว +1

    I have a categorical dependent variable with 3400 records in which the distribution of 0s and 1s are 2677 and 723 respectively, Will this be considered as an imbalanced dataset ? or if I would have 1s less than 5% of the total record only then it would be considered as imbalanced. Kindly clarify the doubt

  • @jampavy6446
    @jampavy6446 2 ปีที่แล้ว

    Nice explanation

  • @helll5894
    @helll5894 4 ปีที่แล้ว +1

    What if there are more than 2 classes? In your video Sir, there are only 2 classes.. For example, I want to make 3 classes.. How can I implemented 3 classes on python use SMOTE?? Thank you, Sir

  • @AizirekTolonova-od1ks
    @AizirekTolonova-od1ks 3 หลายเดือนก่อน

    Thank you so much for the great explanation!

    • @bhattbhavesh91
      @bhattbhavesh91  3 หลายเดือนก่อน

      Glad it was helpful!

  • @akhilyeduresi8145
    @akhilyeduresi8145 2 ปีที่แล้ว

    gettings errors as :
    __init__() got an unexpected keyword argument 'ratio'
    AttributeError: 'SMOTE' object has no attribute 'fit_sample'

  • @achyuthvishwamithra
    @achyuthvishwamithra 2 ปีที่แล้ว

    When the final ratio came out to be 0.005, doesn't it imply that the we are going to be generating a very small number (0.005 * majority) of samples for the minority class? How will the length of minority class samples ever be equal to that of majority class?

  • @srikrshnap6036
    @srikrshnap6036 ปีที่แล้ว

    Lovely Explanation! Thank you!

  • @sirvachjumani7215
    @sirvachjumani7215 3 ปีที่แล้ว

    Hi Bhavesh, very nicely explained can you please tell me the literature of the following examples. thanks

  • @bintehawa7712
    @bintehawa7712 10 หลายเดือนก่อน

    Thanks to explain with notes help me alot

  • @MarsLanding91
    @MarsLanding91 3 ปีที่แล้ว +2

    Thank you for this video! 2 thumbs up! Question - at 4:06 you selected KNN = 3 but I didn't see you applying that concept in the code section. Can you please elaborate on where you set KNN as 3 in the code section? Did I misunderstand something?

    • @IykeDx
      @IykeDx 5 หลายเดือนก่อน

      When KNN is not stated, the default is 5.

  • @7810
    @7810 4 ปีที่แล้ว +1

    Quite interesting! Thanks for the lesson.

  • @thomasayele5389
    @thomasayele5389 ปีที่แล้ว

    Excellent explanation!

  • @elaf8256
    @elaf8256 3 ปีที่แล้ว

    How we can overcame the problem of Overlapping when used SMOTE??

  • @adityaraikwar6069
    @adityaraikwar6069 ปีที่แล้ว

    very informative video, simple and to the point keep it up

  • @ganeshreddypuli3101
    @ganeshreddypuli3101 2 ปีที่แล้ว +1

    If we want to normalize the data as well, should we do it before applying SMOTE?

  • @mirroring_2035
    @mirroring_2035 2 ปีที่แล้ว

    in your crosstab function you have y_test[target]. What is that? why is target used to index the y_test object?

  • @sourishmukherjee2404
    @sourishmukherjee2404 3 ปีที่แล้ว

    The final ratio for the final model after Grid search CV was for SMOTE=0.0005/Does thatg imply that the ratio(Minority class/Majority class)=0.005 .?Then how is the minority class gettting oversampled to equal proportion as the majority class??

  • @guico3lho
    @guico3lho ปีที่แล้ว

    At the end of the video, how all the 4 metrics scored above 70% if the model did not predicted correct none of samples classified as 1? There was 0 True Positives and 63 False Negatives!

  • @harshparikh7060
    @harshparikh7060 3 ปีที่แล้ว

    Thanks, Bhavesh!

  • @Asma-cx8uc
    @Asma-cx8uc 2 ปีที่แล้ว

    Hello Sir !
    Could you please describe how SMOTE technique can be used to balance data images

  • @ankushjamthikar9780
    @ankushjamthikar9780 4 ปีที่แล้ว

    Very Good Explanation. But, can we use this method for multiclass problem? Also, does SMOTE leads to overfitting issue?

  • @0SIGMA
    @0SIGMA 3 ปีที่แล้ว

    You are some DOPE shit brother and by that i mean youre really good ! explained the important stuffs like only on train set beautifully ! really great !

  • @deeptigupta518
    @deeptigupta518 4 ปีที่แล้ว

    Smote can only be used in Logistic Regression or any classification model

  • @jgubash100
    @jgubash100 3 ปีที่แล้ว

    Well explained

  • @sparshdutta
    @sparshdutta 5 ปีที่แล้ว

    Thanks for teaching new stuff.☺

  • @VINODKUMARIYA
    @VINODKUMARIYA ปีที่แล้ว

    Thank you sir !

  • @WordofSpirit
    @WordofSpirit 2 ปีที่แล้ว

    Looks like the weights is also not working on smote. Any alternative way to test different weights?

  • @EcommerceAdvices
    @EcommerceAdvices 3 ปีที่แล้ว

    Thanks alot. You mk it so simple :) Liked n subscribed bro.

  • @debatradas1597
    @debatradas1597 2 ปีที่แล้ว

    Thank you so much Sir

  • @hosseinroosta5154
    @hosseinroosta5154 ปีที่แล้ว

    Realy thanks♥️

  • @karndeepsingh
    @karndeepsingh 4 ปีที่แล้ว

    Very well explained sir!!!

  • @rishisolanki554
    @rishisolanki554 2 หลายเดือนก่อน

    Really help

  • @syedshaulhameed
    @syedshaulhameed 3 ปีที่แล้ว

    How do I split my data into training and testing if my data is imbalanced?

  • @priyas8871
    @priyas8871 2 ปีที่แล้ว

    Can u please tell how this SMOTE can be applied for streaming data- In Test then Train Framework??

  • @danielniels22
    @danielniels22 2 ปีที่แล้ว

    6:20 what library u imported before declaring SMOTE() class?

  • @mramesh7085
    @mramesh7085 2 ปีที่แล้ว

    Nice expalnation

  • @spadbob24
    @spadbob24 3 ปีที่แล้ว

    thank you so much - very informative video

  • @JT2751257
    @JT2751257 4 ปีที่แล้ว

    cello pointec- bachpan ki yaad dila di :)

  • @bhagyashreeln1304
    @bhagyashreeln1304 2 ปีที่แล้ว

    Hi, what do we do if we have a balanced dataset but still want to increase the number of rows

  • @sadiaafrin7143
    @sadiaafrin7143 3 ปีที่แล้ว

    Good work man! Thanks

  • @bintehawa7712
    @bintehawa7712 10 หลายเดือนก่อน

    Please start a playlist for beginners to learn AI ,ML please

  • @harishbagul1813
    @harishbagul1813 28 วันที่ผ่านมา

    Can you tell i should do scaling before or after the smote?

  • @shwetasharma1996
    @shwetasharma1996 4 ปีที่แล้ว

    Nice content! I would like to compare some techniques of oversampling.. Can you pl help me out to get the hard code of SMOTE not the packaged one..thanks

  • @saptarshibhattacharya1253
    @saptarshibhattacharya1253 ปีที่แล้ว

    can u elaborate with a random forest algorithm in google colab?

  • @AnupKumar-nz2qq
    @AnupKumar-nz2qq 4 ปีที่แล้ว

    After generating the synthetic data in which kind of situation this data can be useful any limitation of this type of data.

  • @sridhar6358
    @sridhar6358 3 ปีที่แล้ว

    so the idea of opting for ratio parameter in SMOTE to be a hyperparameter is to ensure we get better results is that correct, in general is it a good option to make ratio option of SMOTE to be a hyperparameter rather then fixing it to 1

  • @akhilthekkedath1850
    @akhilthekkedath1850 5 ปีที่แล้ว +1

    Sir, could you please make a video on outlier detection?

    • @bhattbhavesh91
      @bhattbhavesh91  5 ปีที่แล้ว

      I have already created a video on outlier detection.
      Link - th-cam.com/video/2Qrost474lQ/w-d-xo.html

  • @kavanalipanahi3505
    @kavanalipanahi3505 3 ปีที่แล้ว

    True positive is 0 in the confusion matrix(by the formula the Precision and Recall should be equal to zero) .So how did you get that great number (over 70 %)?

  • @kokl123ify
    @kokl123ify 2 ปีที่แล้ว

    hi bhavesh could you please confirm in order to ensure the oversampling method doesnt reduce the accuracy of the model should we always use hyperparameter tuning or is there some other method also to undo the damage of oversampling method in logistic regression for attrition prediction

  • @OriginalBernieBro
    @OriginalBernieBro 4 ปีที่แล้ว

    The smote ratio parameter is deprecated, my off balanced dataset sklearn classification_report is off balanced in the support column even after smoting.

    • @bhattbhavesh91
      @bhattbhavesh91  4 ปีที่แล้ว

      The SMOTE function has changed after I created this video! Please refer to the official documentation!

  • @clintpaul6653
    @clintpaul6653 2 ปีที่แล้ว

    Can i apply sampling for test set too.. Becuase its also very unbalanced??? Plzzz reply

  • @MrFcapri
    @MrFcapri 2 ปีที่แล้ว

    kindly tell me I have 5 classes imbalanced data set. SMOTE will work for multi CLASS data set ?

  • @advaitshirvaikar4751
    @advaitshirvaikar4751 4 ปีที่แล้ว

    Hey, when I try using make_pipeline(SMOTE(), SVC())
    it gives me an error :
    All intermediate steps should be transformers and implement fit and transform or be the string 'passthrough' 'SMOTE(k_neighbors=5, kind='deprecated', m_neighbors='deprecated', n_jobs=1,
    out_step='deprecated', random_state=None, ratio=None,
    sampling_strategy='auto', svm_estimator='deprecated')' (type ) doesn't
    what's going wrong here

    • @bhattbhavesh91
      @bhattbhavesh91  4 ปีที่แล้ว +1

      The SMOTE function has changed after I created this video! Please refer to the documentation!

  • @harshavardhansvlkkb2290
    @harshavardhansvlkkb2290 3 ปีที่แล้ว

    Can we use smote to target column in data set

  • @ashishraj5882
    @ashishraj5882 3 ปีที่แล้ว

    again ROC auc curve is used ??

  • @abhishekwagh8246
    @abhishekwagh8246 4 ปีที่แล้ว

    I have a sample of only 28. Unfortunately I don't have more sample. Will SMOTE work? Secondly, which logistic regression should be used? Sklearn or statsmodels? Both give different results. Please help.

  • @alanblitzer744
    @alanblitzer744 4 ปีที่แล้ว

    You are great bro

  • @hieunguyenvan6590
    @hieunguyenvan6590 ปีที่แล้ว

    Do you need to remove outliers of dataset if you SMOTE?

  • @TejaDuggirala
    @TejaDuggirala 5 ปีที่แล้ว

    Good work bro.. thank you

  • @dipankarrahuldey6249
    @dipankarrahuldey6249 3 ปีที่แล้ว

    With SMOTE, can we achieve higher f1 in practice? I saw that f1 was around 0.72

  • @Eny11111
    @Eny11111 3 ปีที่แล้ว

    Thanks 👍

  • @makhboulame9654
    @makhboulame9654 3 ปีที่แล้ว

    Can SMOTE be used for Multi label classification dataset ?
    Thank you

  • @anshumanagrahri7816
    @anshumanagrahri7816 4 ปีที่แล้ว

    Hiii, can you please tell how to use SMOTE on time series and sequential data

    • @bhattbhavesh91
      @bhattbhavesh91  4 ปีที่แล้ว +1

      you are a google search away for an answer!

  • @dhananjaykansal8097
    @dhananjaykansal8097 5 ปีที่แล้ว

    shouldn’t it be generate_auc_roc_curve(pipe, X_test). If no if Bhaveshbhai you or anyone can explain pls.

  • @randomforrest9251
    @randomforrest9251 4 ปีที่แล้ว

    how does smote work with categorical data?

  • @niyazahmad9133
    @niyazahmad9133 4 ปีที่แล้ว

    Smote__ratio is not a parameter of smote help me out plz......

    • @bhattbhavesh91
      @bhattbhavesh91  4 ปีที่แล้ว +1

      The SMOTE function has changed after I created this video! Please refer to the official documentation!

  • @sanyajain2127
    @sanyajain2127 4 ปีที่แล้ว

    Getting an error: ValueError: Unknown label type: 'continuous-multioutput'

  • @DanielWeikert
    @DanielWeikert 4 ปีที่แล้ว +1

    if we use smote in the pipeline, is it only upsampling on training or also on testing when we call predict? Thanks

  • @The_Option_Seller_Room
    @The_Option_Seller_Room 4 ปีที่แล้ว

    How to handled extremely imbalanced data for regression problem .

  • @travelsome
    @travelsome 5 ปีที่แล้ว

    Perfection

  • @deepikadusane9051
    @deepikadusane9051 4 ปีที่แล้ว

    Hii bhavesh , i used ur this code of smote bt i m getting an error of ratio ie invalid parameter ratio for estimator Smote , how to resolve this

    • @bhattbhavesh91
      @bhattbhavesh91  4 ปีที่แล้ว

      I guess the function has changed! Do have a look at the documentation to learn more about it!

  • @hamzaraouia8975
    @hamzaraouia8975 4 ปีที่แล้ว

    I have got this error when trying to run the smote:
    __init__() got an unexpected keyword argument 'ratio'
    any clues ?
    Thank you

    • @GurunathHari
      @GurunathHari 4 ปีที่แล้ว +1

      You must have figured it out by now. Am only a student. It has been deprecated as the video is 1 year old.
      try using this sm = SMOTE(random_state=42, sampling_strategy = 'minority')

    • @bhattbhavesh91
      @bhattbhavesh91  4 ปีที่แล้ว

      Thanks Gurunath for sharing this!

  • @soumyadeeparinda1692
    @soumyadeeparinda1692 4 ปีที่แล้ว

    Can you please share the notebook with us using google colab?

  • @atwinemugume
    @atwinemugume 5 ปีที่แล้ว

    Thanks

  • @bhagwatchate7511
    @bhagwatchate7511 4 ปีที่แล้ว

    Nice

  • @dhananjaykansal8097
    @dhananjaykansal8097 5 ปีที่แล้ว

    Lovelyyyyyyy

  • @dastola8330
    @dastola8330 4 ปีที่แล้ว

    what is the use of defining random_state ?

    • @bhattbhavesh91
      @bhattbhavesh91  4 ปีที่แล้ว

      th-cam.com/video/c249O4giblM/w-d-xo.html

  • @burhanrashidhussein6037
    @burhanrashidhussein6037 5 ปีที่แล้ว

    Does smote guarantee to improve classifier performance ?

    • @bhattbhavesh91
      @bhattbhavesh91  5 ปีที่แล้ว

      Nope! It doesn't, it only upsamples your data by generating artificial samples! How good the model performs depends on how well your classes are apart!

  • @AnkitGupta-ec4pi
    @AnkitGupta-ec4pi 4 ปีที่แล้ว

    very well explained sir thank you

  • @wenhongzhu8637
    @wenhongzhu8637 4 ปีที่แล้ว

    Hi~can you share the data set