Random Forest Regression with Python

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 9

  • @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!

  • @yiannisspanos694
    @yiannisspanos694 6 місяців тому

    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 ?

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

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

  • @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 ?