What packages are used for data mining in r?



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

Post New Answer

More R Programming Interview Questions

What is the difference between library() and require() functions in r language?

1 Answers  


Explain about “initialize()” function in r?

1 Answers  


What are R applications of R clustering?

1 Answers  


What is CLI in R?

1 Answers  


What is the different type of sorting algorithms available in R language?

1 Answers  


What is the use of stringr package.

1 Answers  


How can you load a .csv file in r?

1 Answers  


What do you understand by element recycling in r?

1 Answers  


Explain about confusion matrix in r?

1 Answers  


Write a custom function in R?

1 Answers  


Explain how R commands are written?

1 Answers  


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?

1 Answers  


Categories