Added
- Result classes for Calculators and Estimators.
Changed
- Updated the documentation to reflect the changes introduced by result classes,
specifically to plotting functionality.
- Add support for imputing of missing values in the ``DataReconstructionDriftCalculator``.
Removed
- ``nannyml.plots.plots`` was removed.
Plotting is now meant to be done using ``DriftResult.plot()`` or ``EstimatorResult.plot()``.