smact.property_prediction.base_predictor module
===============================================

Abstract base class for property predictors and the
:class:`~smact.property_prediction.base_predictor.PredictionResult`
dataclass for returning predictions with optional uncertainty estimates.

.. automodule:: smact.property_prediction.base_predictor
    :members:
    :undoc-members:
    :show-inheritance:
