Skip to content

Commit

Permalink
docs fixes, encoding __init__.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapecnik committed Dec 10, 2020
1 parent 6b58720 commit 933dcc0
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 141 deletions.
16 changes: 16 additions & 0 deletions docs/api/preprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@
:members:
:undoc-members:
:show-inheritance:

:mod:`niaaml.preprocessing.encoding`
---------------------------------------------

.. automodule:: niaaml.preprocessing.encoding
:members:
:undoc-members:
:show-inheritance:

:mod:`niaaml.preprocessing.imputation`
---------------------------------------------

.. automodule:: niaaml.preprocessing.imputation
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion niaaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
]

__project__ = 'niaaml'
__version__ = '1.0.0rc2'
__version__ = '1.0.0rc3'
2 changes: 1 addition & 1 deletion niaaml/preprocessing/encoding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
'FeatureEncoder',
'OneHotEncoder',
'EncoderFactory',
'get_categorical_features'
'encode_categorical_features'
]
Loading

0 comments on commit 933dcc0

Please sign in to comment.