From 56434e22329004b8a38168f3ffa0265ced8da773 Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 30 Aug 2023 02:04:30 -0700 Subject: [PATCH] remove dublication in doc --- docs/source/predictor.rst | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/docs/source/predictor.rst b/docs/source/predictor.rst index d0714da..2b2e98d 100644 --- a/docs/source/predictor.rst +++ b/docs/source/predictor.rst @@ -37,24 +37,8 @@ location. - :meth:`mellon.Predictor.mean_covariance` - :meth:`mellon.Predictor.uncertainty` -Classifications ---------------- - -The `Predictor` module contains various specialized subclasses of -:class:`mellon.Predictor`. The subclass returned by the model depends on: - -- The `gp_type` argument, which specifies the Gaussian Process type. -- The nature of the predicted value—be it real-valued, positive, or time-sensitive. - -While the `gp_type` impacts the internat iplementation the nature of the -prediction impacts its functionality leading to these subclasses - -- **Real-valued**: :class:`mellon.Predictor` -- **Positive-valued**: :class:`mellon.base_predictor.ExpPredictor` -- **Time-sensitive**: :class:`mellon.base_predictor.PredictorTime` - -Classifications of Predictors ------------------------------ +Sub-Classes +----------- The `Predictor` module in the Mellon framework features a variety of specialized subclasses of :class:`mellon.Predictor`. The specific subclass