atlas news
    
Sebastian Pölsterl
02  octobre     20h39
scikit-survival 0.22.0 released
   I am pleased to announce the release of scikit survival . . . The highlights for this release include Compatibility with scikit learn . . Missing value support for SurvivalTree. A reduced memory mode for RandomSurvivalForest, ExtraSurvivalTrees, and SurvivalTree. Support for predict cumulative...
11  juin     16h43
scikit-survival 0.21.0 released
   Today marks the release of scikit survival . . . This release features some exciting new features and significant performance improvements: Pointwise confidence intervals for the Kaplan Meier estimator. Early stopping in GradientBoostingSurvivalAnalysis. Improved performance of fitting...
15  août     15h18
scikit-survival 0.18.0 released
   I’m pleased to announce the release of scikit survival . . , which adds support for scikit learn . . In addition, this release adds the return array argument to all models providing predict survival function and predict cumulative hazard function. That means you can now choose, whether you want...
11  juin     12h33
Using VS Code and Podman to Develop SYCL Applications With DPC ’s CUDA Backend
   I recently wanted to create a development container for VS Code to develop applications using SYCL based on the CUDA backend of the oneAPI DPC Data Parallel C compiler. As I’m running Fedora, it seemed natural to use Podman’s rootless containers instead of Docker for this. This turned out to...
25  avril     18h14
scikit-survival 0.17.2 released
   I’m pleased to announce the release of scikit survival . . . This release fixes several small issues with packaging scikit survival and the documentation. For a full list of changes in scikit survival . . , please see the release notes. Most notably, binary wheels are now available for Linux,...
09  janvier     15h45
scikit-survival 0.17 released
   This release adds support for scikit learn . , which includes support for feature names. If you pass a pandas dataframe to fit, the estimator will set a feature names in attribute containing the feature names. When a dataframe is passed to predict, it is checked that the column names are...
30  octobre     10h41
scikit-survival 0.16 released
   I am proud to announce the release if version . . of scikit survival, The biggest improvement in this release is that you can now change the evaluation metric that is used in estimators’ score method. This is particular useful for hyper parameter optimization using scikit learn’s GridSearchCV....
20  mars     19h58
scikit-survival 0.15 Released
   I am proud to announce the release if version . . of scikit survival, which brings support for scikit learn . and Python . . Moreover, if you fit a gradient boosting model with loss ’coxph’, you can now predict the survival and cumulative hazard function using the predict cumulative hazard...
07  octobre     19h30
scikit-survival 0.14 with Improved Documentation Released
   Today marks the release of version . . of scikit survival. The biggest change in this release is actually not in the code, but in the documentation. This release features a complete overhaul of the documentation. Most importantly, the documentation has a more modern feel to it, thanks to the...
28  juin     16h02
scikit-survival 0.13 Released
   Today, I released version . . of scikit survival. Most notably, this release adds sksurv.metrics.brier score and sksurv.metrics.integrated brier score, an updated PEP ; compatible build system, and support for scikit learn . . For a full list of changes in scikit survival . . ,...