SMOTE (Synthetic Minority Oversampling Technique) for Handling Imbalanced Datasets

Поделиться
HTML-код
  • Опубликовано: 2 окт 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 ?

  • @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

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

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

  • @prathameshmohite3008
    @prathameshmohite3008 5 лет назад +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

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

    Thanks, Bhavesh!

  • @bintehawa7712
    @bintehawa7712 11 месяцев назад

    Thanks to explain with notes help me alot

  • @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.

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

    Nice explanation

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

    Very well explained sir!!!

  • @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.

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

    Thank you sir !

  • @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 !

  • @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.

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

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

  • @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?

  • @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

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

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

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

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

  • @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

  • @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?

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

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

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

    Can we use smote to target column in data set

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

    cello pointec- bachpan ki yaad dila di :)

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

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

  • @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 - ruclips.net/video/2Qrost474lQ/видео.html

  • @ganeshreddypuli3101
    @ganeshreddypuli3101 2 года назад +1

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

  • @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!

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

    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

  • @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

  • @harishbagul1813
    @harishbagul1813 Месяц назад

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

  • @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 6 месяцев назад

      When KNN is not stated, the default is 5.

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

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

  • @MY_PARIDE
    @MY_PARIDE 2 месяца назад

    Great Explanation....👏

  • @dhananjaykansal8097
    @dhananjaykansal8097 5 лет назад +1

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

  • @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??

  • @rishisolanki554
    @rishisolanki554 3 месяца назад

    Really help

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

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

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

    again ROC auc curve is used ??

  • @princeok12
    @princeok12 5 лет назад +4

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

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

    Nice expalnation

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

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

  • @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

  • @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?

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

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

  • @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.

  • @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

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

    How to handled extremely imbalanced data for regression problem .

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

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

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

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

  • @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!

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

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

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

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

  • @bintehawa7712
    @bintehawa7712 11 месяцев назад

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

  • @dhananjaykansal8097
    @dhananjaykansal8097 5 лет назад

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

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

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

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

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

  • @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.

  • @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

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

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

  • @Asma-cx8uc
    @Asma-cx8uc 2 года назад

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

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

    how does smote work with categorical data?

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

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

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

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

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

    Thank you so much Sir

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

    Lovely Explanation! Thank you!

  • @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!

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

    Realy thanks♥️

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

    Hi~can you share the data set

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

    what is the use of defining random_state ?

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

      ruclips.net/video/c249O4giblM/видео.html

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

    Well explained

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

    Quite interesting! Thanks for the lesson.

  • @TejaDuggirala
    @TejaDuggirala 5 лет назад

    Good work bro.. thank you

  • @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!

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

    Thanks 👍

  • @SurajSingh-pw9ew
    @SurajSingh-pw9ew 4 года назад

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

  • @sparshdutta
    @sparshdutta 5 лет назад

    Thanks for teaching new stuff.☺

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

    You are great bro

  • @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!

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

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

  • @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!

  • @AizirekTolonova-od1ks
    @AizirekTolonova-od1ks 4 месяца назад

    Thank you so much for the great explanation!

  • @travelsome
    @travelsome 5 лет назад

    Perfection

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

    Nice

  • @DanielWeikert
    @DanielWeikert 5 лет назад +1

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

  • @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 %)?

  • @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 лет назад

    Lovelyyyyyyy

  • @atwinemugume
    @atwinemugume 5 лет назад

    Thanks

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

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

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

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

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

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

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

    Thank you ! Simple and clear explanation

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

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

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

    thank you so much - very informative video

  • @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!

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

    Excellent explanation!

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

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

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

    You have no idea how helpful that was

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

    Good work man! Thanks

  • @AnkitGupta-ec4pi
    @AnkitGupta-ec4pi 4 года назад

    very well explained sir thank you