Questions tagged [rattle]

Rattle is a graphical user interface for data mining in R

Rattle (the R Analytic Tool To Learn Easily) provides a Gnome (RGtk2) based interface to R functionality for data mining. The aim is to provide a simple and intuitive interface that allows a user to quickly load data from a CSV file (or via ODBC), transform and explore the data, build and evaluate models, and export models as PMML (predictive modelling markup language) or as scores. All of this with knowing little about R.

84 questions
0
votes
0 answers

decision tree - customize plot title when using Rattle and rpart.plot

I created a decision tree using Rattle and the rpart.plot package. This package is supposed to make the output more "pretty" than the regular Rattle output. Here's what the output looks like. My Question: I don't like how the default title (top…
thanks_in_advance
  • 2,603
  • 6
  • 28
  • 44
0
votes
2 answers

R , rattle , recode

R , rattle here is my data : KK<- c('yes','no','yes','yes','dp') LL<- c('dp','no','yes','yes','no') II<- c('yes','dp','no','no','no') JJ<- c('yes','no','yes','yes','dp') AA<- c('no','dp','yes','yes','yes') MYDATA <-…
fish
  • 23
  • 1
  • 1
  • 6
0
votes
1 answer

Rattle R package: What is the best metric to evaluate model performance of logistic regression model and decision tree model?

I have a data set asked to be evaluate in two models : logistic regression and decision tree. What is the best metric to evaluate these two model performance?
Amanda_Q
  • 35
  • 2
0
votes
0 answers

Read umlaut from csv file in Rattle

I have searched a lot on Google, but all goes in vain. I am new with RStudio, and trying to use rattle for data mining. I have a file which contains umlaut (German characters such as; ä, ö, ü and ß). I am using Rattle 3.3.0 with RStudio 0.98.1049.…
Sherry
  • 11
  • 8
0
votes
2 answers

how do I get the function of my SVM model in R?

I have a binary tag I'm trying to predict with 13 variables. I've used R SVM ( to be precised I used KSVM from rattle) and I want to get the function of the plane (the weights based on the variables) to use that function in other data systems. any…
Adi
  • 161
  • 1
  • 1
  • 6
0
votes
1 answer

How to draw box plots for each cluster in same diagram?

I have done the clustering using Rattle and at the end I have the following format of data: I need to draw the boxplot for each cluster in the same diagram. (i.e there are 5 clusters. So, in X axis, I need 1 to 5 cluster numbers and in Y axis I…
Nadaraj
  • 509
  • 1
  • 7
  • 14
0
votes
1 answer

find the absolute file path of a data set in R studio for rattle

I am working on R Win7 x64. I have installed and opened a data mining tool rattle. http://rattle.togaware.com/ After loading the library in R studio, I can access the data set contained in the library. library(rattle) Data sets in package…
user2420472
  • 1,127
  • 1
  • 12
  • 20
-1
votes
2 answers

Unable to Install Rattle on Windows 10 despite multiple attempts

I am unable to install Rattle on my windows 10 pc. I installed in this order: R, R Studio, RGTK2, RGTK2 extras, and rattle When I tried to invoke rattle in the console this is what I see:
-1
votes
1 answer

getting error while running fancyRpart command

Please help me I am not able plot using fancyRpart command though I have installed rattle and other dependency like RGtk2,rpart.plot& rpart. I am using R version 3.4.2 (2017-09-28) on windows 10 getting following…
1 2 3 4 5
6