﻿ladder.scripts.workflows.BaseWorkflow
=====================================

.. currentmodule:: ladder.scripts.workflows

.. add toctree option to make autodoc generate the pages

.. autoclass:: BaseWorkflow



Attributes table
~~~~~~~~~~~~~~~~

.. autosummary::

    ~BaseWorkflow.METRICS_REG
    ~BaseWorkflow.OPT_CLASS1
    ~BaseWorkflow.OPT_CLASS2
    ~BaseWorkflow.OPT_DEFAULTS
    ~BaseWorkflow.OPT_LIST
    ~BaseWorkflow.SEP_METRICS_REG





Methods table
~~~~~~~~~~~~~

.. autosummary::

    ~BaseWorkflow.evaluate_reconstruction
    ~BaseWorkflow.evaluate_separability
    ~BaseWorkflow.load_model
    ~BaseWorkflow.plot_loss
    ~BaseWorkflow.prep_model
    ~BaseWorkflow.run_model
    ~BaseWorkflow.save_model
    ~BaseWorkflow.write_embeddings





Attributes
~~~~~~~~~~



.. autoattribute:: BaseWorkflow.METRICS_REG

.. autoattribute:: BaseWorkflow.OPT_CLASS1

.. autoattribute:: BaseWorkflow.OPT_CLASS2

.. autoattribute:: BaseWorkflow.OPT_DEFAULTS

.. autoattribute:: BaseWorkflow.OPT_LIST

.. autoattribute:: BaseWorkflow.SEP_METRICS_REG






Methods
~~~~~~~



.. automethod:: BaseWorkflow.evaluate_reconstruction

.. automethod:: BaseWorkflow.evaluate_separability

.. automethod:: BaseWorkflow.load_model

.. automethod:: BaseWorkflow.plot_loss

.. automethod:: BaseWorkflow.prep_model

.. automethod:: BaseWorkflow.run_model

.. automethod:: BaseWorkflow.save_model

.. automethod:: BaseWorkflow.write_embeddings


