a b/partyMod/ToDo
1
2
### conditional inference trees
3
4
o  ctree(y ~ x1 + x2 - x3) will not work
5
6
o  implement quantile regression (Meinshausen, JMLR)
7
8
o  implement cvrisk for ctree and cforest (now that predictions for obs with zero
9
   weight are computed)
10
11
o  we can re-compute prediction weights from the weights in the root
12
   node, the terminal node number and where.
13
14
o  more checks for MonteCarlo
15
16
o  check convenience functions (`treepredict' seems the
17
   wrong name)
18
19
o  predictions for multiple response including factors
20
21
o  check storage mode of ordinal variables and fix varimp
22
23
o  missing values and splitting: weights isn't adjusted for functions in
24
   Split.c
25
26
o  implement splits in binary factors without looking at statistics (check
27
   only minsplit)
28
29
o  vignette for cforest
30
31
o  varimp for censored observations
32
33
o  varimp for matrix interface
34
35
### model-based trees
36
37
o  better docu for mob (incl. journal + survreg)
38