Cascade and Sharing Survival Trees, an ensemble for survival analysis
Cascading and Sharing Survival Trees (CSST) is a tree-based enseble that allows to efficiently analize survival data. It is a strightforward extension of the CS4 method for lifetime collections of data.
The CSST software comes along with its companion the CSST Prediction tool, to use the ensemble prediction in everyday life.
Please, refer to the user's manual for further information.
Provide Reference Implementations of Data Structures in Python(3)
The aim of the project is to provide reference implementations of data structures along with supporting references to publications and other materials.
The only purpose is for fun and education: I like data structures.