Project 20 : Crop Recommendation Using Machine Learning

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

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

  • @Staycoolvisuals
    @Staycoolvisuals 7 วันที่ผ่านมา

    I was getting only one answer array([6])
    Solution: Use Previously Fitted Scalers
    def recommendation(N, P, K, temperature, humidity, ph, rainfall):
    features = np.array([[N, P, K, temperature, humidity, ph, rainfall]])
    # Use the pre-fitted scalers to transform the input
    mx_features = mx.transform(features)
    sc_mx_features = sc.transform(mx_features)
    prediction = randclf.predict(sc_mx_features)
    return prediction[0]

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

    hello sir 28:38 par aapka code run ho rha but mere me ( Input y contains NaN). error show ho rha please help me

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

    Sir can you make one new project on real time face recognition using deep learning similar to other deep learning projects in your series

  • @divyanshusingh9582
    @divyanshusingh9582 6 หลายเดือนก่อน +2

    Sir your project is providing the wrong result

  • @RahulSingh-ty1nz
    @RahulSingh-ty1nz 6 หลายเดือนก่อน

    Bhai html data fetch nahi kar Raha hai data.
    project recommend nahi kar pa Raha hai how to solve this problem

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

    Why it is always giving output as 6 ?

  • @vinitasharma8271
    @vinitasharma8271 7 หลายเดือนก่อน +2

    Sir crop.corr nhi chal raha rice ko float m nhi le raha

    • @SahilBeniwal-e1o
      @SahilBeniwal-e1o 6 หลายเดือนก่อน +4

      you have to remove rice column from the dataset
      one of the method is : assign 1-7 column data to a new variable
      code: new_crop = crop.iloc[ : , :7 ]
      new_crop.corr()
      this will take only the staring 7 column thus no error will occur .

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

      @@SahilBeniwal-e1o used corr(numeric_only=True) using this you don't need to remove any columns for corr() methoss

  • @RahulSingh-ty1nz
    @RahulSingh-ty1nz 6 หลายเดือนก่อน

    This project html part is not working

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

    Sir can make video on how generate link free after bulid flask app

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

    I'll try it in Streamlit ❤

  • @Harish78990
    @Harish78990 5 หลายเดือนก่อน +1

    Bro Crop.coss() code line not working it shows Crop.coss() not define and string don't convert into floot

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

      have you got the fix?

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

      ​@@yashikant5819 instead of crop.corr() , use crop.corr(numeric_only=True)

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

      instead of crop.corr() , use crop.corr(numeric_only=True)

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

      @@emre_trzgl it work thanks

  • @Gayatri-i5d
    @Gayatri-i5d 8 วันที่ผ่านมา

    Bhaiya isska documentation he kya

    • @knowledgedoctor3849
      @knowledgedoctor3849  8 วันที่ผ่านมา

      Video deklo bas saab udar pe, extra koi documents nehi he

    • @Gayatri-i5d
      @Gayatri-i5d 8 วันที่ผ่านมา

      @@knowledgedoctor3849 okay

  • @ayushasthana15
    @ayushasthana15 6 หลายเดือนก่อน +2

    Bhaiya ye kya bna diye ho genius ho kya...ek hi output k liye bss bna kr chhod diye...examiner khda hai bgl m jldi se shi code bhej do

  • @Govindhede
    @Govindhede 7 หลายเดือนก่อน +1

    Make Jarvis in python

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

    Sir, could you please tell me how it works, and crop recommendations?