A unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in Python. Provides sktime-compatible interfaces for distribution estimation, survival analysis, and conformal prediction. Current version: 2.12.0. Release cadence: ~3-4 major/minor releases per year.
pip install skproNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fit a probabilistic regressor and evaluate using continuous ranked probability score (CRPS).
Use Python >=3.10.
Use from skpro.distributions import NormalDistribution.
Call reg.predict_mean(X_test) for point predictions, or reg.predict_interval(X_test) for intervals.