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.

77 questions
2
votes
2 answers

R: Error when running rattle() - "Invalid root element: 'requires'"

I installed rattle package and associated GTK+ library for windows (I work in Windows 7, R version 3.4.0). No issues installing them. The library(rattle) command runs ok (no error messages), however when I run rattle() I got this error: Error in…
IVIM
  • 1,363
  • 1
  • 9
  • 26
2
votes
2 answers

Rattle R not loading data

I'm trying to load a library dataset into Rattle but I keep getting the following error: "Error in ifelse(pmmlCanExport(variables[i]), "", Rtxt(". No code export")) : could not find function "pmmlCanExport" Sometimes it doesn't throw the…
Dirk Calloway
  • 2,259
  • 4
  • 18
  • 32
1
vote
0 answers

Initial Rattle issues (Os) "Error: -with-x11" & "Error: gtk+ 2.24.32 did not build"

I have been trying to install Rattle on my Os into my R using this instructions: https://zhiyzuo.github.io/installation-rattle/ I get to Line 7 and input ~$ brew install --with-x11 cairo and then get Updating Homebrew... Usage: brew install…
1
vote
1 answer

Rattle in macOS Cartalina 10.15.6 unable to evaluate error matrix results from boost model

Rattle in macOS Cartalina 10.15.6 gives error message: "The supplied actual and predicted must have the same levels." when evaluating model performance using boost method under evaluate tab. Error message from r console: Error in…
hagewhy
  • 79
  • 1
  • 1
  • 6
1
vote
1 answer

Rattle does not run as normal user but runs as root in a HPC cluster

Rattle opens/runs when run as root user and throws up gtk2 error when run as normal user with sudo permission. Can anyone help as I am a novice in rattle. The secnario is a HPC setup. On the master node having GUI, I am able to atleast run rattle on…
Aniesh
  • 11
  • 1
1
vote
0 answers

Decision tree created with Rattle has very high root node error

I am creating a decision tree with n=3410. The target value contains 6 unique values. Each of these n=3410 have one of these 6 values. The distribution of the values in the data set used to create the model are: 1 - 242 2 - 917 3 - 645 4 - 488 5 -…
L KC
  • 11
  • 1
1
vote
1 answer

RStudio1.2.1335 quits when calling rattle() ver 2.5.0 due to RGtk2 2.20.36 using Mojave

A fatal error occurs when I installed RGtk2 2.20.36 on RStudio version 1.2.1335. I followed the steps recommended on Installing Rattle on macOS using HomeBrew. ProductName: Mac OS X ProductVersion: 10.14.5 BuildVersion: 18F132 Traceback: 1:…
ACSF
  • 21
  • 2
1
vote
0 answers

Rattle: ‘RGtk2Extras’ not available

I am trying to get Rattle set up on my computer for a master's course I'm taking. I am running Windows 10 and have R version 3.6, RStudio version 1.2.1335, and Rattle version 5.2 installed. Using the following code I tried to install Rattle with all…
1
vote
1 answer

Error message installing Rattle for R on macOS 10.14.1

My R console is 3.5.1. I want to install the rattle package on my Mac Mojave 10.14.1. I realize that you have to install RGtk2 first but still got error messaging even when loaded "from source" > install.packages("RGtk2") --- Please select a CRAN…
Bob Hoyt
  • 43
  • 1
  • 4
1
vote
1 answer

Save rpart decision tree rules to a dataframe

I am using rattle::asRules() to display rpart decision rules to the screen, my goal is to save the rules to a tidy data frame. Here is an example: library(rpart) library(rattle) fit <- rpart(Kyphosis ~ Age + Number + Start, data =…
ronencozen
  • 1,633
  • 1
  • 10
  • 16
1
vote
1 answer

CV, boost and SVM queries in Rattle R

I have using rattle on my system and have a couple of queries regarding the same. I am relatively new to rattle and data mining, so I apologize if some of the queries sound too naive but I would greatly appreciate the help. Ok so here I go... I am…
1
vote
1 answer

Package not downloading

I keep getting this error message when trying to run a Paired two sample correlation test in R. Message: Error: package ‘timeDate’ required by ‘fBasics’ could not be found I am on Mac and this happens when I try to download the fBasics package to…
1
vote
1 answer

Rpart Outcome into PDF files in R

I am building some regression tree models, I have done everything, now I want to write the trees to a pdf file. I am using below command to generate it. pdf(file=paste0("Plots1.pdf"), header= "Rpart Outcome" ) lapply(names(tree.2),…
PKumar
  • 10,106
  • 5
  • 32
  • 47
1
vote
1 answer

Are there different types of NAs?

I'm using the rattle package to do some data cleaning and I'm consider the first variable X in my dataset. It reports, when I do in the first tab, the "Data" tab, I get some basic of the dataset and it says that variable X that has 1243 missing…
billyboy
  • 19
  • 5
1
vote
2 answers

Error installing "rattle" package

I have been unable to install "rattle" on my Mac. Tried installing the packages separately, tried installing with dependencies set to true, but all to no avail. I have installed Xquartz, compilers, etc. I'd appreciate it if anyone could point me in…
Lucif3r
  • 292
  • 1
  • 5
  • 16