Decision Tree Regression | Machine Learning | Python

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024
  • Lasso Regression | Machine Learning | Python
    GitHub JupyterNotebook: github.com/sid...
    GitHub Data: github.com/sid...
    About this video: In this video, you will learn how to about Decision Tree Regression in Python
    Large Language Model (LLM) - LangChain
    LangChain: • LangChain Tutorial for...
    Large Language Model (LLM) - LlamaIndex
    LlamaIndex: • LlamaIndex Tutorial fo...
    Machine Learning Model Deployment
    ML Model Deployment: • ML Model Deployment us...
    Spark with Python (PySpark)
    PySpark: https: • PySpark with Python
    Data Preprocessing (scikit-learn)
    Data Preprocessing Python: • Data Preprocessing Python
    Social Media Links
    RUclips: / statswire
    Twitter (X) : / statswire
    #llm #ai #genai #generativeai #statswire #pyspark #python #pythonprogramming #pythontutorial #machinelearning #datascience

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

  • @willhallahan3986
    @willhallahan3986 Год назад

    Very good demonstration, thank you!

  • @pubgkiilerpro5244
    @pubgkiilerpro5244 Год назад

    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 Год назад

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

    • @StatsWire
      @StatsWire  Год назад

      Yes please try different hyperparameters to optimize your model.

  • @thahoorzain1367
    @thahoorzain1367 Год назад

    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  Год назад

      I have not checked newer version of sklearn library.

  • @jayavaradhanjayavaradhan8445
    @jayavaradhanjayavaradhan8445 5 месяцев назад

    could you please share the dataset?

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

      Please find it here: github.com/siddiquiamir/Data