Комментарии •

  • @willhallahan3986
    @willhallahan3986 10 месяцев назад

    Very good demonstration, thank you!

    • @StatsWire
      @StatsWire 10 месяцев назад

      You're welcome!

  • @jayavaradhanjayavaradhan8445
    @jayavaradhanjayavaradhan8445 2 дня назад

    could you please share the dataset?

  • @pubgkiilerpro5244
    @pubgkiilerpro5244 11 месяцев назад

    So is the model a generalized model? since the MSE is way too high. Or we have to optimize it better by performing Hyperparameter tuning? Please reply

    • @thahoorzain1367
      @thahoorzain1367 11 месяцев назад

      Yes ur right
      if MSE values are high try to optimize it using hyperparameter tuning or try different algorithms and experiment it :)

    • @StatsWire
      @StatsWire 10 месяцев назад

      Yes please try different hyperparameters to optimize your model.

  • @thahoorzain1367
    @thahoorzain1367 11 месяцев назад

    The sklearn library doesnt accept "mse" as a valid value for the criterion parameter in the DecisionTreeRegressor instead use "squared_error" (This uses the mean squared error (MSE) as the criterion for splitting nodes )

    • @StatsWire
      @StatsWire 10 месяцев назад

      I have not checked newer version of sklearn library.