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
Very good demonstration, thank you!
You're welcome!
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
Yes ur right
if MSE values are high try to optimize it using hyperparameter tuning or try different algorithms and experiment it :)
Yes please try different hyperparameters to optimize your model.
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 )
I have not checked newer version of sklearn library.
could you please share the dataset?
Please find it here: github.com/siddiquiamir/Data