Skip to content

Commit

Permalink
remove dublication in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Aug 30, 2023
1 parent 7d66c20 commit 56434e2
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions docs/source/predictor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56434e2

Please sign in to comment.