93 Choosing The Right Model For Your Data 3 Classification | Scikit-learn Machine Learning Models

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ • 11

  • @laibarukhsar7359
    @laibarukhsar7359 Рік тому

    Whole playlist is just a miracle ⭐⭐⭐⭐⭐⭐

  • @dariustrabalza6629
    @dariustrabalza6629 Рік тому

    This was a great video, that map is so handy great work. thanks a lot!

  • @NataliaRevenga
    @NataliaRevenga 4 місяці тому

    Could it be that SVM didn´t work because you need to scale the data?

  • @dswalkij3201
    @dswalkij3201 Рік тому

    Very helpful for my assignment, thank you!

  • @abdellahzouggari3242
    @abdellahzouggari3242 11 місяців тому

    This is magic!!! Thanks

  • @tobias_cronback
    @tobias_cronback Рік тому +1

    Why do you not scale all features before fitting?

  • @sivagaminagappan8730
    @sivagaminagappan8730 3 роки тому

    That was very useful....Thanks

  • @mernaatef1253
    @mernaatef1253 Рік тому +1

    I need the map of regression and classification

  • @MsFsdfdsfdsfds
    @MsFsdfdsfdsfds 11 місяців тому

    You have not shown the training accuracy of random forest classifier. The model might be overfitting.

    • @hmuhamadzulfitri
      @hmuhamadzulfitri 10 місяців тому

      I thought overfitting typically occur when using logistic regression and we'll overcome it by using random forest? Now Im confused again 😂

    • @Emily-fm7pt
      @Emily-fm7pt 5 місяців тому

      That's what the split is for. You split into test and training, then he fit the model on the training portion and scored with the testing portion