Releases: julianspaeth/random-survival-forest
Releases · julianspaeth/random-survival-forest
v0.8.2
v0.8.1
- Fix bug with floating points in timeline
Create doi
v0.1.1-beta Update README.md
random-survival-forest 0.1-beta
- Fixing a bug in prediction
- Adding a minimal example
random-survival-forest 0.7.2
- Add selection of parallelization backend
random-survival-forest 0.7.1
- Enhance performance of splitting
- Fix issue with parallelization
random_survival_forest 0.7
- Important bug fixes
- Models were not initialized properly.
random_survival_forest 0.6.2
- Fix bugs
- Timeline is needed again
random-survival-forest 0.6
-
IMPORTANT bug fix:
- predict() did not work properly for new data. OOB data was predicted correct
-
Remove timeline parameter, as it is not really needed here
random-survival-forest v0.5
- Bug fix:
- Some trees could not be used for prediction, which resulted in an error.
- These trees are ignored now