Skip to content

Commit

Permalink
fixed documentation formatting and links
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhuJawa committed Jul 17, 2020
1 parent a2600a5 commit 145f59a
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 43 deletions.
9 changes: 8 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,14 @@ Feature and Label Encoding (Dask-based Multi-GPU)

Feature Extraction (Single-GPU)
-------------------------------
.. autoclass:: cuml.feature_extraction.text.CountVectorizer

.. autoclass:: cuml.feature_extraction.text.CountVectorizer
:members:

.. autoclass:: cuml.feature_extraction.text.HashingVectorizer
:members:

.. autoclass:: cuml.feature_extraction.text.TfidfVectorizer
:members:

Dataset Generation (Single-GPU)
Expand Down
Loading

0 comments on commit 145f59a

Please sign in to comment.