aldro61 / mmit

Regression trees for interval censored output data
https://aldro61.github.io/mmit/
GNU General Public License v3.0
7 stars 7 forks source link

Breiman's minimum cost complexity pruning #5

Closed aldro61 closed 7 years ago

aldro61 commented 7 years ago

Minimum cost-complexity pruning adapted to the MMIT objective.

Breiman, L., Friedman, J. H., Olshen, R. A., & Stone, C. J. (1984). Classification and regression trees. Wadsworth & Brooks. Monterey, CA.

aldro61 commented 7 years ago

Sure! I'll create a few trees by hand and calculate the expected alpha values.

aldro61 commented 7 years ago

Changed the package structure and was getting travis errors on master. Since all tests were passing, I decided to merge. Let me know if you have any comments and I'll make changes.