party Questions

5

I have an output from ctree() (party package) that looks like the following. How do I get the list of splitting conditions for each terminal node, like like sns <= 0, dta <= 1; sns <= 0, d...
Stevenson asked 29/1, 2014 at 21:38

5

I want to point out that I have searched a lot for this without a solution. So, I've created a loop that will go throw listBox2 that contains links, each time creating a http GET request in order t...
Uncircumcised asked 25/3, 2017 at 12:48

1

Solved

I'm on Windows Server 2012 (64-bit) with 30.5 GB of RAM, running R v3.1.2 in RStudio 0.98, and am still having trouble with R hitting a memory limit. I reviewed the FAQ here: http://cran.r-project...
Cherub asked 16/1, 2015 at 0:18

1

Solved

Been trying to use the rpart.plot package to plot a ctree from the partykit library. The reason for this being that the default plot method is terrible when the tree is deep. In my case, my max_dep...
Mimas asked 18/1, 2018 at 13:11

3

I am trying to apply decision tree here. Decision tree takes care of splitting at each node itself. But at first node I want to split my tree on the basis of "Age". How do I force that.? library(p...
Sectional asked 4/10, 2016 at 5:35

1

Solved

I need to insert conditional inference trees (plotted in party library of R) into a text of PhD thesis, that's why I have to tune all the graphical parameters. I know that the optimal width is 700...
Gloucestershire asked 5/8, 2016 at 9:11

2

Solved

I'm trying to use cforest function(R, party package). This's what I do to construct forest: library("party") set.seed(42) readingSkills.cf <- cforest(score ~ ., data = readingSkills, control...
Skydive asked 12/11, 2013 at 8:36

1

Solved

I'm trying to plot a regression tree generated with rpart using partykit. Let's suppose the formula used is y ~ x1 + x2 + x3 + ... + xn. What I would like to achieve is a tree with boxplots in term...
Martell asked 24/10, 2015 at 3:22

1

Solved

I have a data set with 6 categorical variables with levels ranging from 5 to 28. I have obtained an output from ctree() (party package) with 17 terminal nodes. I have followed the inputs by @Galled...
Zielinski asked 2/5, 2015 at 7:27
1

© 2022 - 2024 — McMap. All rights reserved.