Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucamazza committed Aug 12, 2024
1 parent 1b67c74 commit 509e53f
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 14 deletions.
13 changes: 12 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,20 @@ LSTM Forecast's documentation
usage
modules

API Reference
=============

.. toctree::
:maxdepth: 2

api
core
utils
backtesting

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`search`
66 changes: 53 additions & 13 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Modules
=======

API
---

.. automodule:: lstm_forecast.api.app
:members:
:undoc-members:
Expand All @@ -21,67 +24,104 @@ Modules
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.cli
Core
----

.. automodule:: lstm_forecast.core.data_loader
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.config
.. automodule:: lstm_forecast.core.feature_engineering
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.core.feature_selection
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.core.model
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.core.predict
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.data_loader
.. automodule:: lstm_forecast.core.train
:members:
:undoc-members:
:show-inheritance:

Utils
-----

.. automodule:: lstm_forecast.utils.early_stopping
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.early_stopping
.. automodule:: lstm_forecast.utils.hyperparameter_optimization
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.feature_engineering
.. automodule:: lstm_forecast.utils.logger
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.feature_selection
.. automodule:: lstm_forecast.utils.model_utils
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.hyperparameter_optimization
.. automodule:: lstm_forecast.utils.predict_utils
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.logger
Backtesting
-----------

.. automodule:: lstm_forecast.backtesting.backtest
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.model
.. automodule:: lstm_forecast.backtesting.metrics
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.model_utils
.. automodule:: lstm_forecast.backtesting.plot
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.predict
.. automodule:: lstm_forecast.backtesting.portfolio
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.predict_utils
.. automodule:: lstm_forecast.backtesting.trading_engine
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.train
Other
-----

.. automodule:: lstm_forecast.cli
:members:
:undoc-members:
:show-inheritance:

.. automodule:: lstm_forecast.config
:members:
:undoc-members:
:show-inheritance:
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 509e53f

Please sign in to comment.