Decision Tree Regression | Machine Learning | Python

preview_player
Показать описание
Lasso Regression | Machine Learning | Python

About this video: In this video, you will learn how to about Decision Tree Regression in Python

Large Language Model (LLM) - LangChain

Large Language Model (LLM) - LlamaIndex

Machine Learning Model Deployment

Spark with Python (PySpark)

Data Preprocessing (scikit-learn)

Social Media Links

#llm #ai #genai #generativeai #statswire #pyspark #python #pythonprogramming #pythontutorial #machinelearning #datascience
Рекомендации по теме
Комментарии
Автор

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

pubgkiilerpro
Автор

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 )

thahoorzain