CART Regression Trees Algorithm - Excel part 2

  Рет қаралды 15,119

Jalayer Academy

Jalayer Academy

Күн бұрын

CART, Classification and Regression Trees is a family of Supervised Machine Learning Algorithms.
Follow this link for an entire Intro course on Machine Learning using R, did I mention it's FREE:
• Machine Learning, Data...
Also, be sure to check out my channel for over 400 tutorials on Excel, R, Statistics, Machine Learning, basic Math, and more.

Пікірлер: 21
@Skandawin78
@Skandawin78 5 жыл бұрын
Jalayer is the best. I'm getting better with R just because of you sir ! Thank you so much and God bless you.
@yahsprut
@yahsprut 6 жыл бұрын
great video, liked how you used excel as an explanation tool
@el3892
@el3892 6 жыл бұрын
Excellent explanation. Thank you so much.
@arunrajesh5137
@arunrajesh5137 5 жыл бұрын
Excellent Video to understand Regression Tree in CART algorithm. Hope to see you explaining ID3, C4.5/C5.0 and CHAID algorithms too.
@liladjhr1325
@liladjhr1325 4 жыл бұрын
can you tell me the next step in this exemple because I don't know how should I continu?? please
@gemmadutch3009
@gemmadutch3009 6 жыл бұрын
Thank you for explaining the algorithm. Could you please show how to work it out in R using this particular example? Thanks
@baqerghezi1342
@baqerghezi1342 6 жыл бұрын
Well done, I love it!!
@lxk19901
@lxk19901 6 жыл бұрын
Thanks for making these videos. I found Excel is an excellent tool for illustrating these concepts! Would be great if you could do some other illustration in Excel, such as GBM. Again, really appreciate the work!
@sedzinfo
@sedzinfo 4 жыл бұрын
Very informative god bless you
@liladjhr1325
@liladjhr1325 4 жыл бұрын
great video, but can you help me to understand how should i continu please .
@dishantpal37
@dishantpal37 5 жыл бұрын
Can you help me solve these doubts? 1. First, what if we have grades as target class to be predicted which takes three of the possible values namely A grade, B grade and C grade. 2. Second is what if one of the feature class contains numeric data like Hours Attended in class. How then you will predict exam marks. 3. Lastly is what if our dataset contains above both problems, i.e. it contains a numeric feature class like Hours Attended and a categorical target class like Grade, how then the grades will be predicted. And the last thing is can you also mention some good references for regression trees and classification trees.
@larryparker7081
@larryparker7081 5 жыл бұрын
Dishant Pal did you find an answer elsewhere? would like to know as well. Perhaps , in the case of numerical values as predictors, it will split on boolean statement like if X < Y. for example, if height > 2m athlete plays basketball, else athlete plays other sport.
@_Machiavel_
@_Machiavel_ 4 жыл бұрын
you are the bes man
@alexmauriciorodriguez
@alexmauriciorodriguez 6 жыл бұрын
So good, but actually you can do it on Excel with Xlstat
@leichu6218
@leichu6218 2 жыл бұрын
great!
@raghavendradevisetty8401
@raghavendradevisetty8401 6 жыл бұрын
CART will use Gini Indexing rite ? but why we used Standard Deviation here ?
@nithints302
@nithints302 5 жыл бұрын
because this is Regression not a classification problem If we try to apply Entropy to regression problems, we run into the following problems: 1. Entropy does not use any information about the relative closeness of one value to another in calculating how good a split is. Therefore, if one split resulted in “a”s and “b”s being isolated, and another resulted in “a”s and “z”s, then the split quality would be the same. Intuitively, if the first were “1”s and “2”s, and the latter were “1”s and “100”s, then we should conclude that the first split was a better partition than the second. Therefore, for regression problems, we need a way of taking into account how close values. 2. If the target space is continuous then Entropy will treat each continuous target value as a distinct category (eg. 12.5 and 0.432), one for every value! www.appliedaisystems.com/papers/RegressionTrees.doc Reference : Regression Trees Brendan Kitts Read this paper If you are using sklearn you can see implimentation here github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_criterion.pyx cdef class RegressionCriterion(Criterion): r"""Abstract regression criterion. This handles cases where the target is a continuous value, and is evaluated by computing the variance of the target values left and right of the split point. The computation takes linear time with `n_samples` by using :: var = \sum_i^n (y_i - y_bar) ** 2 = (\sum_i^n y_i ** 2) - n_samples * y_bar ** 2 """
@rezabarzegar2329
@rezabarzegar2329 2 жыл бұрын
@adiflorense1477
@adiflorense1477 4 жыл бұрын
Sir, why don't you also use the tutorial attribute
@kalyanasundaramsp8267
@kalyanasundaramsp8267 6 жыл бұрын
super super
R  - Regression Trees - CART
18:24
Jalayer Academy
Рет қаралды 83 М.
Multiple Regression with Google Sheets XL Miner
29:35
Jalayer Academy
Рет қаралды 71 М.
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 121 МЛН
Regression Trees, Clearly Explained!!!
22:33
StatQuest with Josh Starmer
Рет қаралды 621 М.
kNN Machine Learning Algorithm - Excel
26:51
Jalayer Academy
Рет қаралды 156 М.
PhD AI student explains how China already have won in AI..
13:28
livinlavidaluke
Рет қаралды 26 М.
Multiple Regression in Excel
11:02
Jalayer Academy
Рет қаралды 761 М.
XGBoost in Python from Start to Finish
56:43
StatQuest with Josh Starmer
Рет қаралды 219 М.
Predicting Stock Price movement statistically
7:51
Garg University
Рет қаралды 182 М.
Tukey Kramer Procedure and One Way ANOVA - with Google Sheets
20:42
Jalayer Academy
Рет қаралды 21 М.
Lecture 21: Regression Trees
11:23
Anders Munk-Nielsen
Рет қаралды 45 М.
Support Vector Machines: All you need to know!
14:58
Intuitive Machine Learning
Рет қаралды 138 М.