questions/data-science
@kriti, Select the data model, Go to ...READ MORE
You can use the RCurl package and ...READ MORE
The widths are the widths of the ...READ MORE
You missed out " " for variables ...READ MORE
Mack, please give us your registered email ...READ MORE
cyl is a continuous value field, so ...READ MORE
Hi you can save plots using ggsave() Code ...READ MORE
Add a limit to axis ticks using ...READ MORE
Hi, When you merge two Dataframes, the result ...READ MORE
Write R code as below temp = data ...READ MORE
You can assign datatypes for the field ...READ MORE
You need to close the device to ...READ MORE
Create a string with date notation as ...READ MORE
Hi.. Just for sorting, you can use arrange ...READ MORE
You can use readLines() or read.table() depending ...READ MORE
summarise() and summarize() are synonyms. READ MORE
Use facet_grid() and pass the field to ...READ MORE
First create a matrix with random numbers ...READ MORE
Let me explain in simple words, set seed ...READ MORE
Hi, it is possible to store them ...READ MORE
I installed package KernSmooth and it seemed ...READ MORE
You need to install arulesViz package,and load ...READ MORE
easy peasy. just pop the following into a ...READ MORE
One way is to convert to factor ...READ MORE
Use code as below - lapply(air,function(x) { length(which(is ...READ MORE
Use below code - which(is.na(air)) is.na() will return a boolean ...READ MORE
A small trick that you can do ...READ MORE
Use rbind() to join both data frames ...READ MORE
This is a good question. READ MORE
Create a vector of the list of ...READ MORE
Hey Latha, The difference between them is that ...READ MORE
If you used sub() to replace the ...READ MORE
Use below code - If the elements within ...READ MORE
Try this code: if (interactive()) { print('Hello ...READ MORE
Try this: wineData$taste <- NA ...READ MORE
Hi Anand, Try as below - class(dataset/dataframe$col_name) <- ...READ MORE
Hi Swathi, You can use ls() to list ...READ MORE
Hi Deepa, It's quite simple, let me explain ...READ MORE
You haven't installed keras in the correct ...READ MORE
Hey! The code should function as it ...READ MORE
This command will tell you which processes ...READ MORE
Start by uninstalling tensorflow and protobuf and reinstall them. Use ...READ MORE
This should do it: do.call("rbind", lapply(filenames, loadFile)) READ MORE
Here's an example, use the html_table : library(rvest) library(dplyr) url <- ...READ MORE
Hey @Kirk, what you can do is, ...READ MORE
Hey, This is the house.csv file used ...READ MORE
Check the python version installed. Tensorflow is ...READ MORE
This should work: for ( i in 1:dim(m)[[1]] ...READ MORE
Fix this line: polygon(c(0,0,1),c(1,2,1), col="red", density=c(30, ...READ MORE
This should work: poker_face <- replicate(1000, sample(poker, size ...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.