scikit-survival is a Python module for survival analysis built on top of scikit-learn. It allows doing survival analysis while utilizing the power of scikit-learn, e.g., for pre-processing or doing cross-validation. Use for questions related to the scikit-survival module
The objective in survival analysis (also referred to as reliability analysis in engineering) is to establish a connection between covariates and the time of an event. Scikit-survival is a Python module for survival analysis built on top of scikit-learn -pypi