Opened 8 years ago
Closed 8 years ago
#2631 closed enhancement (done)
Confidence Intervals for Random Forest Regression
Reported by: | pfleck | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.13 |
Keywords: | Cc: |
Description
The IConfidenceBoundRegressionModel/Solution could also be implemented for Random Forest Regression by calculating the variance of the single trees.
A small ALGLIB change will be necessary since there is no method of returning the variance or the values for each single tree yet.
The implementation depends on #2597.
Change History (8)
comment:1 Changed 8 years ago by pfleck
comment:2 Changed 8 years ago by pfleck
- Milestone changed from HeuristicLab 3.3.14 to HeuristicLab 3.3.15
comment:3 Changed 8 years ago by gkronber
comment:4 Changed 8 years ago by gkronber
- Owner changed from pfleck to gkronber
- Status changed from new to accepted
comment:5 Changed 8 years ago by gkronber
- Status changed from accepted to reviewing
comment:6 Changed 8 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed this again. Even tough the naming is not optimal, I think we can release this.
comment:7 Changed 8 years ago by gkronber
comment:8 Changed 8 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14107