questions/data-science/page/7
Hi Sanju, is the abc data frame created in ...READ MORE
I used getTree() and randomForest object to ...READ MORE
Hey, its quite simple. Label in leaflet displays ...READ MORE
See below example- df <- data.frame( name ...READ MORE
Hey, It's quite simple, use the accumulate function ...READ MORE
Paste function concatenates vectors together. Syntax: paste(v1,v2,sep = ...READ MORE
Hey, See the below example, > superstore$Order.Date[1] [1] "2014-11-11" > seq(superstore$Order.Date[1],length.out ...READ MORE
You cannot use the sum function on ...READ MORE
Pallava, both the functions return nodes from ...READ MORE
Hey, You can either reduce the font size ...READ MORE
Use addPolygons() to create polygons in a ...READ MORE
@sreenivas, Use image_trim to crop the extra part of ...READ MORE
Vinutha, While doing web scraping its necessary ...READ MORE
Set of operators to use for regular ...READ MORE
If the scale is continuous, then you can ...READ MORE
How to visualize the randomForest model in ...READ MORE
You can provide condition to summarize using ...READ MORE
You can use regular if condition with ...READ MORE
How to zip a folder with r ...READ MORE
A regular expression, regex or regexp is ...READ MORE
@ch, Use the minimap to show a side ...READ MORE
You can either use substring function or ...READ MORE
Use paste command or append function to ...READ MORE
@ch, Add colClasses attribute to read the statement ...READ MORE
Use installed.packages() or find.package() function and pass the ...READ MORE
Use renderUI function within the server function ...READ MORE
Use edit function like below and pass ...READ MORE
hey @ch, Use the below attribute to hide ...READ MORE
Hi Kalpana, This error is due to ...READ MORE
See below example library(plotly) p <- plot_ly( labels ...READ MORE
@ashish, you can use ggplotly package to ...READ MORE
Use cut functions or group_by function. group_by functions ...READ MORE
hey @ch, Use below attribute to hide all ...READ MORE
HI @ch, Create a list of elements and ...READ MORE
Elbow method allows the user to know ...READ MORE
Hey, # take input from the user num = ...READ MORE
Yes, you need vectors to create arrays. Arrays take vectors in ...READ MORE
@Kruthi, Refer to this blog on how to ...READ MORE
Hi, Use str_pad() function to format the length ...READ MORE
@ch, A few functions only work with an ...READ MORE
Hi, Nirvana You can also try this. which(iris$Sepal.Length == ...READ MORE
You can add a secondary axis in ...READ MORE
Use heatmap() to create heatmaps. > heatmap(as.matrix(mtcars)) See below ...READ MORE
A few functions to manage NA are ...READ MORE
Refer to this article here, https://stats.stackexchange.com/questi ...READ MORE
data = data.frame( zzz11def = sample(LETTERS[1:3], 100, replace=TRUE), zbc123qws1 ...READ MORE
Hey, I don't think you can make ...READ MORE
diff() function returns the difference between numbers ...READ MORE
There are 2 ways to add names ...READ MORE
You can compare test data using table() ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.