What packages are used for data mining in r?
Answer / Saurav Kumar Singh
Some popular data mining packages in R include 'caret', 'DMwR', 'mlr', 'randomForest', 'e1071', and 'party'. These packages provide various tools for classification, regression, clustering, and other data mining tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between library() and require() functions in r language?
Explain about “initialize()” function in r?
What are R applications of R clustering?
What is CLI in R?
What is the different type of sorting algorithms available in R language?
What is the use of stringr package.
How can you load a .csv file in r?
What do you understand by element recycling in r?
Explain about confusion matrix in r?
Write a custom function in R?
Explain how R commands are written?
What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?