Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Jan 5, 2024
1 parent 072c6bd commit a8f0614
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Cornac utilities
DeepRec utilities
******************************
Base model
===========
==============================
.. automodule:: recommenders.models.deeprec.models.base_model
:members:

Sequential base model
==================
==============================
.. automodule:: recommenders.models.deeprec.models.sequential.sequential_base_model
:members:

Iterators
===========
==============================
.. automodule:: recommenders.models.deeprec.io.iterator
:members:
.. automodule:: recommenders.models.deeprec.io.dkn_iterator
Expand All @@ -37,12 +37,12 @@ Iterators
:members:

Data processing utilities
===========================
==============================
.. automodule:: recommenders.models.deeprec.DataModel.ImplicitCF
:members:

Utilities
============
==============================
.. automodule:: recommenders.models.deeprec.deeprec_utils
:members:

Expand Down Expand Up @@ -144,19 +144,19 @@ NCF
NewsRec utilities
******************************
Base model
===========
==============================
.. automodule:: recommenders.models.newsrec.models.base_model
:members:

Iterators
===========
==============================
.. automodule:: recommenders.models.newsrec.io.mind_all_iterator
:members:
.. automodule:: recommenders.models.newsrec.io.mind_iterator
:members:

Utilities
============
==============================
.. automodule:: recommenders.models.newsrec.models.layers
:members:
.. automodule:: recommenders.models.newsrec.newsrec_utils
Expand Down

0 comments on commit a8f0614

Please sign in to comment.