Data Mining & Business Intelligence | Tutorial #11 | Smoothing by Binning (Solved Problem)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

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

  • @aamirmahmood6503
    @aamirmahmood6503 6 ปีที่แล้ว +17

    16:23 bin1 after bounder replacement will be (13,16,16) because middle value is near to 16 boundry not 13. as 15-13=2 and 16-15=1 so it will be (13,16,16)

  • @sushilkulkarni2243
    @sushilkulkarni2243 6 ปีที่แล้ว +14

    For Bin 1: 13,15,16 in bin boundary technique bin 1; 13 16 16 as 15 bin value is closest to boundary value 16 . (your answer is 13,13,16)
    Also for Bin 2: 16, 19, 20 in bin boundary technique bin 2: 16 , 20, 20 as 19 bin value is closest to boundary value 20.(your answer is 16,16,20)
    Similarly,
    for bin 3 answer may be 20,20,22 or 20, 22 , 22 because 21 is closest to 20 also and 22 also.
    Remaining answers are correct.

    • @sushilkulkarni2243
      @sushilkulkarni2243 6 ปีที่แล้ว +2

      In text book(HAN page number 63) it is given that each bin value is replaced by the closest boundary value. that's why i am thing like this

    • @sushilkulkarni2243
      @sushilkulkarni2243 6 ปีที่แล้ว

      HAN second edition

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

      what if bin has 13 14 15?

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

    thankss buddy... for the wondeful explanation..

  • @sushilkulkarni2243
    @sushilkulkarni2243 6 ปีที่แล้ว +2

    In case of smoothing by median:
    if bin depth is 4 then (50/100)(4+1)=2.5. Then which will be middle value among 4 items in the bin ?

  • @sushilkulkarni2243
    @sushilkulkarni2243 6 ปีที่แล้ว

    It means for any value greater than for example 2.1 also we have to select 3rd item. Thank u very much

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

    Get Data Mining & BI notes for *INR 100* ; Paytm on +91 9870794639 or via BHIM-UPI: 919870794639@federal ; once payment is made kindly intimate via mail or comment
    *(FYI: These notes contain the content from the videos; whatever is taught on the board. Notes are in clear scanned PDF format)*

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

    U hv taken 3bin values.....what if we hav 4 value in each bin.....how to calculate boundaries

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

      Did you know the answer now?

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

      Then it's not equal frequency binning, maybe equal width binning can work instead.

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

      i added to python code that kind of array, it to nearest integer value eg: 19 / 3 = 6.3333 to 6. so that code divided elements by 6 and ignored last one.

  • @s2m3cchannel95
    @s2m3cchannel95 6 ปีที่แล้ว

    Thanks for clear explanation bro

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

    The mean should be calculated with the original values...

  • @nitinkumar5381
    @nitinkumar5381 4 ปีที่แล้ว +2

    thanks for the video

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

    Thanks bro keep uploading

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

    how to make bin for depth 4..sir
    after calculating we get 27/4=6.75...how many bin possible...plz tell sir

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

      did you know the answer now?? I'm also have same question...

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

    Boundary answers are wrong

  • @AnisAlam22
    @AnisAlam22 6 ปีที่แล้ว +2

    TAKE SMALLER LENGTH EXAMPLES.....