• Laksh Nath
    I'd like to take data of the form
    before = data.frame(attr = c(1,30,4,6), type=c('foo_and_bar','foo_and_bar_2'))
    attr type
    1 1 ...  more
    Last post by Maryam Bains - December 15, 2021
    669 views 0 likes
    5
  • Pranav B
    Given a vector of scores and a vector of actual class labels, how do you calculate a single-number AUC metric for a binary classifier in the R language or in simple English?
    Page...  more
    Last post by Viaan Prakash - December 9, 2021
    629 views 0 likes
    6
  • Advika Banerjee
    I'm pretty new to R programming. I'm using R studio, and all of a sudden it's no longer showing the workspace, it's only showing the console.
    This is what it is supposed to look...  more
    Last post by Vaibhav Mali - December 8, 2021
    304 views 0 likes
    3
  • Advika Banerjee
    I need to write the equivalent of the following code in R but I'm not quite sure how to go about it:
    def add(args):
    result = args + args
    return...  more
    Last post by Vaibhav Mali - December 8, 2021
    206 views 0 likes
    3
  • Samar Patil
    I've been using gsub("toreplace","replacement", myvector) to clean out data in R. While this works for commas and the like, removing "$" has no effect. So if I do...  more
    Last post by Sindhuja Martha - December 1, 2021
    176 views 0 likes
    3
  • Viaan Prakash
    In every instance in all of my classes where I reference R.id.something, the R is in red and it says "cannot resolve symbol R". Also every time there is R.layout.something it is...  more
    Last post by Sindhuja Martha - December 1, 2021
    1,534 views 0 likes
    4
  • Laksh Nath
    I've trained a tree model with R caret. I'm now trying to generate a confusion matrix and keep getting the following error:
    Error in confusionMatrix.default(predictionsTree,...  more
    Last post by Advika Banerjee - November 30, 2021
    3,328 views 0 likes
    5
  • Advika Banerjee
    I'm trying to figure out how saving works in R Studio.
    When i create a new project, a .RProj file is created. Whenever I work in R Studio, Save and Save As are greyed out in the...  more
    Last post by Maryam Bains - November 25, 2021
    199 views 0 likes
    3
  • Viaan Prakash
    I am trying my hands at grabbing data from an API in R.
    The API I am using is the Data Science Toolkit's street2coordinates.
    Basically this API returns the coordinates for street...  more
    Last post by Sindhuja Martha - November 22, 2021
    237 views 0 likes
    4
  • Viaan Prakash
    I'm working on an application that requires a great deal of stastical processing and output as images in a .net desktop application. The problems, including generating the output...  more
    Last post by Samar Patil - November 13, 2021
    291 views 0 likes
    5
  • Advika Banerjee
    It seems like R is really designed to handle datasets that it can pull entirely into memory. What R packages are recommended for signal processing and machine learning on very...  more
    Last post by Samar Patil - November 1, 2021
    183 views 0 likes
    3
  • Laksh Nath
    I am working with a very large data set which I am downloading from an Oracle data base. The Data frame has about 21 millions rows and 15 columns. My OS is windows xp (32-bit), I...  more
    Last post by Samar Patil - November 1, 2021
    191 views 0 likes
    3
  • Vinaya Chahal
    Here are my codes, pretty standard but I am getting the error msg:
    library(caret)
    set.seed(32343)
    modelFit = train(type~.,data=training,...  more
    Last post by Sindhuja Martha - October 27, 2021
    932 views 0 likes
    6
  • Viaan Prakash
    I am studying R end Data Science. In a question, I need to validate if a number in an array is even.
    My code:
    vetor <- list(c(1, 2, 3, 4, 5, 6, 7, 8, 9,...  more
    Last post by Sindhuja Martha - October 27, 2021
    263 views 0 likes
    4
  • Jainew Nanda
    I would like to remove specific characters from strings within a vector, similar to the Find and Replace feature in Excel.
    Here are the data I start with:
    group <-...  more
    Last post by Advika Banerjee - October 22, 2021
    195 views 0 likes
    4

QBoard Statistics

Topics 45
Posts 209
Total Users 7406
Active Users 19