Random Forest Model in R

  Рет қаралды 36,304

Easy ML

Easy ML

Күн бұрын

Пікірлер: 29
@salmaasghar1674
@salmaasghar1674 Жыл бұрын
EXCELLENT tutorial I must say.... you are born with extraordinary God-gifted abilities my dear.
@buraktiras93
@buraktiras93 2 жыл бұрын
Man, you must come back to channel and continue to teach us. YOU MUST.
@pranaviyer9982
@pranaviyer9982 2 жыл бұрын
Quickest and best random forest video out there thanks for this!!
@aneeshkumarkv7792
@aneeshkumarkv7792 3 ай бұрын
Made it so simple and illustrative... thanks a lot
@bishwajeetsingh8834
@bishwajeetsingh8834 3 жыл бұрын
A super helpful video for beginner like me. plz, keep going on. most underrated channel in ML.
@reginalduy3678
@reginalduy3678 3 жыл бұрын
Wow, you made it look so easy. Subscribed!
@theforester_
@theforester_ 2 жыл бұрын
what an awesome video. thanks very much
@kaam975
@kaam975 2 жыл бұрын
You are the best!!!
@georgiamajdalani7680
@georgiamajdalani7680 Жыл бұрын
Very helpful thank you!
@kevinshao9148
@kevinshao9148 4 ай бұрын
Hi, what is this "predict(...)" function? Is it from 'randomForest" or it's R built-in function? Thanks
@Martyr022
@Martyr022 4 жыл бұрын
your videos are super helpful! Keep it up!
@easyml1234
@easyml1234 4 жыл бұрын
Thanks :)
@taisepinheiro8747
@taisepinheiro8747 7 ай бұрын
Hi, thank you very much for sharing this video :) the only one tutorial that I was able to follow. One question, my predicted variable is not categorial, but it´s an area of deforestation. So, Can I use the code you shared in this video?
@gonzalosotomayor4914
@gonzalosotomayor4914 4 жыл бұрын
Hi, thank you for share this great tutorial, just one question, this code that herein you provide for us ¿is sufficient to work with imbalanced data sets? Or contrary, ¿do you consider that I need to apply some changes? If your answer is yes for the second question, ¿what would these be? Thanks in advance for your reply
@estrellitalinda7658
@estrellitalinda7658 9 ай бұрын
how can incorporate upsamling or downsampling before running the random forest model? neeeeed help pls
@nixgeldring3564
@nixgeldring3564 2 жыл бұрын
Thanks for this. One question: why do you sample with replacement for your training/test set? That means you will pick some of the values more than once, right?
@easyml1234
@easyml1234 2 жыл бұрын
Hi thank you so much for your comment. Whilst sample replacement means picking values more than once in this case as we usually use the set.seed command where one particular observation will be only assigned to EITHER TRAINING OR TESTING. If you print the index vector you will find that. I have explained about set seed function in another video having said that I have forgotten to included it in this video. But yes I guess whenever I have used the sample function for statistical purposes I have always kept sample replacement bro be true (possibly due to force of habit). Rest assured in this case one observation will either be assigned to training or testing because of two fail safe protocols 1. the number of rows in the sample function is equal to the number of rows in my data 2. The aforementioned set seed function will ensure no matter how many times we run the code once an observation is assigned to either training or testing it remains so. Thank you once again I will add set.seed in my upcoming ML videos. Please take a look at my Regression Model in R video where I have printed the index function
@user-ol3kq9ch5d
@user-ol3kq9ch5d 3 жыл бұрын
浓郁的咖喱味道
@comditek4264
@comditek4264 4 жыл бұрын
Very well explained! simple and to the points. Thank you very much. Just one question, if you have more than 53 factor variable how do you perform RF? TIA
@easyml1234
@easyml1234 4 жыл бұрын
Firstly Thank you so much for your kind words :) and to answer your query - You can but it would be better to use PCA or some other dimension reduction technique before :).
@katherinechau5594
@katherinechau5594 3 жыл бұрын
I will pay someone to find me an R tutorial that focuses on continuous variables instead of factors/classifications.
@snowelfracinghorsemanship
@snowelfracinghorsemanship 4 жыл бұрын
Thank you, this was very helpful!
@easyml1234
@easyml1234 4 жыл бұрын
Thanks :)
@ebadat-ur-rehmanbabar5003
@ebadat-ur-rehmanbabar5003 Жыл бұрын
What is the version of your R studio?
@antoniojoenalau9307
@antoniojoenalau9307 2 жыл бұрын
i got an error message when creating the random forest model. it says "Error in randomForest(Inactive_flag ~ ., data = training) : could not find function "randomForest". i used the inactive flag in my dataset, but i want to know i could not find the function randomForest. i already installed the randomForest package and loaded the library and it works fine
@cornellmihkail1238
@cornellmihkail1238 2 жыл бұрын
Does your `training` object contain the `Inactive_flag` column?
@anthonycardenas4551
@anthonycardenas4551 3 жыл бұрын
Good video, you will have to my subscription. Thanks!!!
@brianbwoma1054
@brianbwoma1054 2 жыл бұрын
im getting 90% accurarcy
@hebajaffeli7491
@hebajaffeli7491 Жыл бұрын
why are you angry 🤣
Random Forest Model Summary
3:06
Easy ML
Рет қаралды 1,1 М.
Random Forest in R
47:58
Ecological Applications in R
Рет қаралды 9 М.
GTA 5 vs GTA San Andreas Doctors🥼🚑
00:57
Xzit Thamer
Рет қаралды 26 МЛН
Apple peeling hack
00:37
_vector_
Рет қаралды 62 МЛН
Introduction to R: Random Forests
16:35
DataDaft
Рет қаралды 5 М.
Random Forest Algorithm Clearly Explained!
8:01
Normalized Nerd
Рет қаралды 598 М.
Combining Random Forests and GLMs in R
25:35
Quant Psych
Рет қаралды 4,9 М.
Support Vector Machine (SVM) with R - Classification and Prediction Example
16:57
What is Random Forest?
5:21
IBM Technology
Рет қаралды 101 М.
StatQuest: Random Forests in R
15:10
StatQuest with Josh Starmer
Рет қаралды 155 М.
Training and Tuning ML Models in R with "caret" | R Tutorial (2021)
17:03
StatQuest: Random Forests Part 1 - Building, Using and Evaluating
9:54
StatQuest with Josh Starmer
Рет қаралды 1,1 МЛН
Interpreting random forest models
32:02
Edward Malthouse
Рет қаралды 6 М.