Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.1 KB

File metadata and controls

59 lines (41 loc) · 1.1 KB

srlearn API

.. currentmodule:: srlearn

Core Classes

These classes form the set of core pieces for describing the data, providing background knowledge, and learning.

.. autosummary::
   :toctree: generated/
   :template: class.rst

   Database
   Background
   rdn.BoostedRDN

Data Sets

.. autosummary::
   :toctree: generated/
   :template: dataset.rst

   example_data

Utilities

Some of these are for behind-the-scenes operations, but tend to be useful for further development (contributions are welcome!).

.. autosummary::
   :toctree: generated/
   :template: class.rst

   base.BaseBoostedRelationalModel
   system_manager.FileSystem

.. autosummary::
   :toctree: generated/
   :template: function.rst

   system_manager.reset

Deprecated boostsrl objects

This is the old API style that has been deprecated. It is no longer tested or actively developed and is pending removal in 0.6.0.

.. autosummary::
   :toctree: generated/

   srlearn.boostsrl