Random Forest Regression with Python

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

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

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

    What comes after that? How do you actually choose a model and do inference?

  • @RK-ro4br
    @RK-ro4br ปีที่แล้ว +1

    I got 0.05 in MSE is that bad ? and how to solve it ?

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

    I wish I could see the whole line 15 after "sort"

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

      THe code is available here educationalresearchtechniques.com/2018/11/12/random-forest-regression-in-python/

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

      @@EducationalResearchTechniques Thank you!

  • @Miki-fr8bu
    @Miki-fr8bu ปีที่แล้ว

    When i apply the last step ( evaluating) to my data sets its always show me an error ( “RandomForestRegressor” object has no attribute “feature_importance_” ) , how can i solve it ?

  • @novermatso6434
    @novermatso6434 ปีที่แล้ว

    Hi, Thank you for this upload. How can I use the trained model to a new data set?