Skip to content

Commit

Permalink
docs: fix reference and update title
Browse files Browse the repository at this point in the history
  • Loading branch information
baobach authored Oct 11, 2024
1 parent 37135df commit 1209c69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/EnsembleModels.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _sb_bagging:

###################################
Sequentially Bootstrapped Ensembles
###################################
#########################
Sequentially Bootstrapped
#########################

In sampling section we have shown that sampling should be done by Sequential Bootstrapping.
``SequentiallyBootstrappedBaggingClassifier`` and ``SequentiallyBootstrappedBaggingRegressor`` classes extend `sklearn <https://scikit-learn.org/>`_'s
Expand All @@ -11,13 +11,13 @@ In sampling section we have shown that sampling should be done by Sequential Boo
In order to build indicator matrix we need Triple Barrier Events (``samples_info_sets``) and price bars used to label
training data set. That is why ``samples_info_sets`` and ``price_bars`` are input parameters for classifier/regressor.

To better understand the underlying method, you may be interested in reading the :ref:`sampling-seq-bootstrap`_ of **Mlfin.py** documentation.
To better understand the underlying method, you may be interested in reading the :ref:`Sampling/Sequential Bootstrapping <sampling-seq-bootstrap>`.

Implementation
==============

.. py:currentmodule:: mlfinlab.ensemble.sb_bagging
.. automodule:: mlfinlab.ensemble.sb_bagging
.. py:currentmodule:: mlfinpy.ensemble.sb_bagging
.. automodule:: mlfinpy.ensemble.sb_bagging
:members: SequentiallyBootstrappedBaggingClassifier, SequentiallyBootstrappedBaggingRegressor

Example
Expand Down

0 comments on commit 1209c69

Please sign in to comment.