Тёмный

Understanding Predictive Modeling with R 

Bryan Cafferky
Подписаться 40 тыс.
Просмотров 33 тыс.
50% 1

Learn what predictive modeling is and how to create your own models using the awesome R programming language. This video explains the concepts and demonstrates how to train and test a predictive.
Content available at github.com/bcafferky/shared/t...

Наука

Опубликовано:

 

2 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 62   
@hellasleepypal
@hellasleepypal 4 года назад
Hello Mr. Bryan, I also work in healthcare and I’m working on a pilot predictive modeling for CVD risk. I enjoyed your presentation and I’m am looking forward to learn more...
@aaronmorris9716
@aaronmorris9716 Год назад
Wow! I have been trying to create a predictive model for the NFL. Thank you for the information! By far, the best I have encountered!
@abhishek894
@abhishek894 3 года назад
Thank you! Mr. Cafferky, for sharing such a nice, concise and illuminating video.
@BryanCafferky
@BryanCafferky 3 года назад
Glad it is helpful.
@dr.mdsaruarbhuiyan1583
@dr.mdsaruarbhuiyan1583 3 года назад
Very very very nice. Easy to understand, well explained
@marcosoliveira8731
@marcosoliveira8731 4 года назад
Really fascinating. Excelente explanation. Thank you.
@karlisrudaks8155
@karlisrudaks8155 5 лет назад
Thank you, absolutely great explanations and fascinating information! Keep up the good work!
@BryanCafferky
@BryanCafferky 5 лет назад
Thanks!
@bavanisubramaniam9080
@bavanisubramaniam9080 4 года назад
The BEST explanation on how to create Predictive Model using R!!!! Thank you so much Mr.Bryan!!! You are simply awesome! Please keep up your amazing work! You are such an excellent teacher!!!! I loved the Microsoft Azure Machine Learning: Algorithm Cheat Sheet. It is very helpful!
@BryanCafferky
@BryanCafferky 4 года назад
Thanks for the kind words. Glad it was useful!
@prakharmathur107
@prakharmathur107 3 года назад
That was a great video. The first I have ever watched and did not get bored at all.
@BryanCafferky
@BryanCafferky 3 года назад
Thanks!
@paulmacharia1427
@paulmacharia1427 9 месяцев назад
Great content! Well explained and demonstrated
@akhilachowdarykolla1963
@akhilachowdarykolla1963 3 года назад
Hello Sir, This is the best explanation I have ever seen for understanding predictive modeling. Thank you so much for that. Can you please create videos about convolutional neural networks?
@squib3083
@squib3083 Год назад
PHENOMENAL teaching. Thank you.
@BryanCafferky
@BryanCafferky Год назад
YW
@harryporter9965
@harryporter9965 4 года назад
Thank you Sir. You have really helped me a lot on machine learning section. I wish you all the best as you Continue producing more videos.
@BryanCafferky
@BryanCafferky 4 года назад
Glad it helped. Thanks for the feedback.
@qinqian8356
@qinqian8356 3 года назад
Very helpful! Thank you Bryan!
@lb1616
@lb1616 3 года назад
Thank you so much for such an excellent explanation! Really helpful.
@BryanCafferky
@BryanCafferky 3 года назад
YW. Glad you liked it.
@mokshsinghmokshsingh
@mokshsinghmokshsingh 3 года назад
Thank you. This was helpful.
@sny6558
@sny6558 Год назад
Thank you sir for this master class.
@fruitchy1099
@fruitchy1099 4 года назад
Thank you so much for this!
@wesleyjoshua615
@wesleyjoshua615 3 года назад
dunno if anyone gives a damn but in less than 15 minutes I hacked my friends Instagram account using InstaPlekt. Find it on google ;)
@niranjangowda6787
@niranjangowda6787 3 года назад
This is beautiful bro
@BryanCafferky
@BryanCafferky 4 года назад
You can get the scripts for this video at: github.com/bcafferky/shared/tree/master/RPredictiveModeling
@gloiremouandza-vo9iw
@gloiremouandza-vo9iw Год назад
Hello. Thank you for this tutorial. I have a suggestion. could you make us a tuto on predictive analysis with a simple matrix that won't be long and that we can easily understand and reproduce in order to practice. And also how to detect errors in the predictive curve and how to correct them.
@eyadha1
@eyadha1 2 года назад
Very helpful. Thank you
@BryanCafferky
@BryanCafferky 2 года назад
YW! Thanks for watching and please tell others about my channel so they can benefit!!
@munya5060
@munya5060 2 года назад
Wonderful
@rajanbaraiya6
@rajanbaraiya6 5 лет назад
Thank you :-)
@tmuffly1
@tmuffly1 5 лет назад
I really enjoyed your video. I am confused by the correlation plot at 35 minutes in. I have read that you can only put continuous data in a correlation plot but you included factors. Can you help me understand what variables can be included in a correlation plot please? Thank you for your great work in R.
@BryanCafferky
@BryanCafferky 4 года назад
Sorry. Missed this. Yes. Correlation plots work best for continuous variables. For categorical variables, they will tend to group things. You can include them but it may not prove useful.
@oomeshheerauman7515
@oomeshheerauman7515 3 года назад
Hi Bryan, thanks for the video, its really helpful. May I request you the R Code and dataset?
@zveryok1
@zveryok1 3 года назад
Object Oriented programming 🙂 but...close enough. Great course!
@rodrigomahlmeister8506
@rodrigomahlmeister8506 3 года назад
Many thanks, Bryan! Do you recommend one specific method for income predicting? Using a sample survey data... Do you think the method you've explained in this video allows me do to it?
@BryanCafferky
@BryanCafferky 3 года назад
Predicting amounts which are called continuous variables because almost infinite possible values is different from predicting a categoy like Fradulent/Not Fraudulent. Different approaches and models apply. You need to make sure you have enougb data to support a prediction and that the input variables strongly correlate to the result. This cannot be assumed. This may help. medium.com/@srnghn/machine-learning-trying-to-predict-a-numerical-value-8aafb9ad4d36
@seanogle9901
@seanogle9901 3 года назад
Question: In order for you to incorporate a certain variable (e.g geography, time of year, etc), do you have to already establish statistical significance of that variable for the measurable outcome? Or can you use any variable you believe plays a role regardless of statistical significance?
@kunalsevak998
@kunalsevak998 2 года назад
We can take a response variable and other sets of variables to do the Statistical Analysis. If you have time series data like Previous Year Wise or month wise records try to Map the Data using Time Series Model.
@EduardoGallizzi
@EduardoGallizzi 3 года назад
Great video, Mr. Cafferky! Could you give me some idea about a topic for my bachelor thesis in Econ, having background in finance + R? I wanna mention it in my application for a Msc. in finance later on...
@BryanCafferky
@BryanCafferky 3 года назад
Thanks. Lots of possibilities. Depends what you want to relate it to such as public policy, government regulation like the effect of taxation, economic disparity, etc. See this link www.core-econ.org/why-doing-economics-has-embraced-r/
@BryanCafferky
@BryanCafferky 3 года назад
here's a free ebook on using R for econometrics. www.econometrics-with-r.org/
@circulartext
@circulartext 2 года назад
nice
@kazibelalyethossain2714
@kazibelalyethossain2714 3 года назад
Sir, can you please teach us environmental Kuznets curve in r?
@ittybittykitchen3067
@ittybittykitchen3067 4 года назад
Hi my dataset is has only 3 variables- I am trying to determine email activity. Can I use Rattle for this? I only have duration, name and a unique ID
@crystalw3464
@crystalw3464 2 года назад
Hello, can you recommend projects for beginners that could be done with both R and python. I am interested in health care predictive analysis but may need something easier to begin with. I also would like to try to use python in R, so if you're able to please recommend a project that could be done with both! Thanks
@BryanCafferky
@BryanCafferky 2 года назад
To use Python and R together, look at the R reticulate package rstudio.github.io/reticulate/. For data science project ideas, maybe this will help? www.kaggle.com/
@danieljackson654
@danieljackson654 4 года назад
the R-Studio an integrated development environment does not appear with the link cited above. Is it no longer available with the windows version 3.6.3?
@danieljackson654
@danieljackson654 4 года назад
never mind.
@BryanCafferky
@BryanCafferky 4 года назад
Right. I found it here. rstudio.com/products/rstudio/download/#download
@danieljackson654
@danieljackson654 4 года назад
@@BryanCafferky thanks. Done. Now to finish the video and work through the examples.
@nouratinbk8356
@nouratinbk8356 2 года назад
Teacher can you help me on this R-studio ?
@BryanCafferky
@BryanCafferky 2 года назад
What is the question?
@nouratinbk8356
@nouratinbk8356 2 года назад
@@BryanCafferky I mean that I have questions about this application and I want you to help me with it, please
@BryanCafferky
@BryanCafferky 2 года назад
@@nouratinbk8356 RStudio has excellent documentation. You can start here. www.rstudio.com/
@BryanCafferky
@BryanCafferky 2 года назад
@@nouratinbk8356 You can also watch my video on using RStudio. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-eJv8nFXI0Mk.html
@nouratinbk8356
@nouratinbk8356 2 года назад
@@BryanCafferky thank you teacher but But But the questions are about econometrics, specifically how to implement it. I have a research on how to create a model and I don't know how. If you can send me an email to help me I will be grateful to you
@luckyprod9013
@luckyprod9013 5 лет назад
Bryan please don't make any videos about quantic physics or the way the univers works because you will make me want to become a physicist !!!
@alyahyai
@alyahyai 2 года назад
That was helpful, thank you
Далее
Introduction to ggplot in R
1:17:25
Просмотров 151 тыс.
UNO!
00:18
Просмотров 1,3 млн
ЮТУБ ТОЧНО ВСЕ!
11:23
Просмотров 786 тыс.
JMP Academic: Teaching Predictive Modeling with JMP Pro
1:00:16
Data Architecture vs. Data Engineering Deep Dive
33:56
Просмотров 3,7 тыс.
Learn R with Baseball Data
17:49
Просмотров 10 тыс.
Statistical Modelling in R
24:14
Просмотров 15 тыс.
What to Learn for Your Career Path
16:53
Просмотров 1,3 тыс.
КРУТОЙ ТЕЛЕФОН
0:16
Просмотров 6 млн