Hands on Machine Learning - Chapter 6 - Decision Trees

Sdílet
Vložit
  • čas přidán 26. 07. 2024
  • An overview of Chapter 6 of the book Hands-on Machine Learning with Scikit-Learn Keras & Tensorflow
    You can get the book here: amzn.to/2SmaLBH
    If you'd like to get the code along with much more soon to come please consider supporting me on my Patreon: / shashankkalanithi
    FREE Python Tutorial: • Python for Data Analys...
    Hardware:
    MX Master 3 amzn.to/3sTroBW
    LG 35in Curved Monitor amzn.to/39pPzR3
    USB-C Hub amzn.to/31Ip8Sl
    MacBook Pro Retina 16 Inch amzn.to/2PSwZde
    Twitter: / kalamari95

Komentáře • 10

  • @suyashjaiswal2782
    @suyashjaiswal2782 Před 3 lety +2

    Shashank comes with the clutch !
    Thanks for the video!

  • @mdht
    @mdht Před 3 lety +5

    Thank you, I think your videos are awesome!
    I am good with python and I wanna be a data scientist/ML engineer
    but I feel that I am not that good at thinking in OOP style and I made only 3 small projects

  • @wilmot1294
    @wilmot1294 Před 2 lety +1

    Sklearn has a validation curve method. It creats a curve for the model with various hyper-param values

  • @jrjames5148
    @jrjames5148 Před 2 lety

    Nice one !

  • @subham_347
    @subham_347 Před 3 lety

    Nice explanation. Kindly upload for upcoming chapters too.
    Thank you. :)

  • @fatimak6440
    @fatimak6440 Před 2 lety

    commenting! great content!

  • @weightsandbias
    @weightsandbias Před 2 lety

    ValueError: Input contains NaN, infinity or a value too large for dtype('float32')
    I've got this error for decision tree model using scikit learn (.fit() line of code ). But there are no nan or inf in my data. How should I solve this? What's wrong?

    • @weightsandbias
      @weightsandbias Před 2 lety

      I've used
      df.isin( [np.inf, -np.inf).any(axis=0) )
      and
      df.isfinite( df.all() )
      and also
      df.apply(lambda x: sum( x.isnull() ) ) to check the data.
      Can someone help?

  • @veerasekhar6395
    @veerasekhar6395 Před 3 lety

    Any other best book for complete data science

    • @ShashankData
      @ShashankData  Před 3 lety +6

      I think that this is a great starting point and after that it’s all just application. If anyone else has any suggestions please leave them below