Complete End to End Python code for Decision Tree Regression

preview_player
Показать описание
Welcome to "The AI University".

About this video:
This video titled "Complete End to End Python code for Decision Tree Regression" will show you the steps to build and train the decision tree regression model in a step by step manner from the
scratch. You will also see how can we visualize this model in a graphical tree structure form.

Subtitles available in: English

FOLLOW ME ON:

About this Channel:
The AI University is a channel which is on a mission to democratize the Artificial Intelligence, Big Data Hadoop and Cloud Computing education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants as well as providing advanced knowledge to the ones who already possess some of this knowledge.

Please share, comment, like and subscribe if you liked this video. If you have any specific questions then you can comment on the comment section and I'll definitely try to get back to you.

*******Other AI, ML, Deep Learning, Augmented Reality related Video Series*****

******************************************************************

DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.

#DecisionTree #DecisionTreePython #DataScience
Рекомендации по теме
Комментарии
Автор

Trivia question from the video: What is the color of the line/datapoints
which represents predicted values in the decision tree graph ?

TheAIUniversity
Автор

currently the best video explaining how to code decision tree with a great explanation from each step. This video deserves hundred thousands of viewers.

ammarakila
Автор

very helpful finally a perfect trainer found

vishnuvardhan
Автор

can you make dt regressor for multiple independent variables?

anirudhsrivastava
Автор

Sir, loc and iloc difference ? When we use it.

JainmiahSk
Автор

I am facing a problem! Can you help me!

np.arange(min(x_train).all(), max(x_train).all(), 0.01)
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

I am beginner! TIA

powerpointdesigner
Автор

From where can I download the height age dataset?

ankitg
Автор

if i have three features what i should change in the code...???...please answer me i need the answer very much

maryamazeez
Автор

Hi, nice you have teach well, Length of feature_names, 1 does not match number of features, 25 how i can fix it?

zianquyyum
Автор

How can I calculate the accuracy_score of a regression decion tree model ? I am unable to do so.

dikshyasurvi
Автор

Error and accuracy are same thing? If not then how to find accuracy of model?

danianiazi
Автор

my code is : from sklearn.tree import export_graphviz
export_graphviz(regressor, out_file = "dtregression.dot",
feature_names=["Value share"])
and i am facing error: Length of feature_names, 1 does not match number of features, 25

zianquyyum
Автор

Can anyone help me out, I'm getting error like couldn't able to convert int value into float from datasheet

techmech
Автор

where are the other steps of it jump from 3 to 5 to 7 to 23 and so on please

maryamazeez
Автор

Hi Nitin, I have a demo project handy. Could you please help me in understanding the project ?
As a beginner i am confused abit. Please drop your email id i will send it

azharshaik