VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
R Shiny for Data Science Tutorial - Build Interactive Data-Driven Web Apps

R Shiny for Data Science Tutorial - Build Interactive Data-Driven Web Apps

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to build interactive data-driven web apps in R using the Shiny package. -- Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube channel for more bioinformatics and data science tutorials: https://www.youtube.com/dataprofessor -- Code -- - Apps 1-5: https://github.com/dataprofessor/rshiny_freecodecamp - Deploy Shiny App: https://github.com/dataprofessor/iris-r-heroku - Medium blog posts for more data science tutorials https://data-professor.medium.com/ - For updates connect via Newsletter: http://newsletter.dataprofessor.org/
Date: 2022-03-14

Comments and reviews: 7


If someone gets below error while running a random forest model, kindly add mentioned solution before the running model that is after reading CSV.....Error in y - ymean : non-numeric argument to binary operator-
In addition: Warning messages:-
1: In randomForest.default(m, y, ...) :-
The response has five or fewer unique values. Are you sure you want to do regression?-
2: In mean.default(y) : argument is not numeric or logical: returning NA -------------------------------------> SOLUTION add below code before model. weather$play = factor(weather$play) -
weather$outlook = factor(weather$outlook)

reply

Thanks -Data Professor for your tutorial, it is really amazing. I am running the IRIS dataset app on some other model ( data set) where all the columns are numeric, there are four columns open,low,high,volume , but while running the app it is showing error : variables -open-, -low-, -Volume-, -high- were specified with different types from the fit, Request you to please help on this....... thanks
reply

venturing into trading world without the help of a professional trader and expecting profit is like turning water into wine, you would need a miracle , that why i trade with mrs linda green, her skill set is exceptional.
reply

Looks interesting and far less intimidating than I thought!
Thanks for the very clear video, have only watched the first couple of apps but I already like the way you instruct this course,
thank you so much!

reply

Hi, can someone tell me what is the source of airquality data that is been loaded?
I have an csv file and i want to load that instead of airquality data. pls help

reply

Thanks a lot Data Professor. I learned Shiny in just two hours with you and I am very happy to find the simple way of deploying my ML credit risk model. God bless you.
reply

Hi, everyone.
Quick question I wanted to know if anyone would recommend doing the Google analytics certification in the uk. (for a beginner).
Thanks

reply
Add a review, comment






Other channel videos