Python Module Documentation ============================= Recommended usage ------------------- In general, we recommend using metapredict in Python by first importing metapredict as meta: .. code-block:: python import metapredict as meta The ``meta`` module can the be used to call all the user-facing functions. Documentation for these functions is included below. metapredict functions ------------------------ .. automodule:: metapredict :members: .. automodule:: metapredict.meta :members: