Skip to content

Commit

Permalink
Fix typos in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bshang17 committed Mar 12, 2021
1 parent 7a1f05a commit d3a9172
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/en_US/FeatureEngineering/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ How to use?

.. code-block:: python
from nni.feature_engineering.gradient_selector import FeatureGradientSelector
# from nni.feature_engineering.gbdt_selector import GBDTSelector
from nni.algorithms.feature_engineering.gradient_selector import FeatureGradientSelector
# from nni.algorithms.feature_engineering.gbdt_selector import GBDTSelector
# load data
...
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/FeatureEngineering/GBDTSelector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GBDTSelector 基于 `LightGBM <https://github.com/microsoft/LightGBM>`__,这

.. code-block:: python
from nni.feature_engineering.gbdt_selector import GBDTSelector
from nni.algorithms.feature_engineering.gbdt_selector import GBDTSelector
# 下载数据
...
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/FeatureEngineering/GradientFeatureSelector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GradientFeatureSelector,基于梯度搜索算法

.. code-block:: python
from nni.feature_engineering.gradient_selector import FeatureGradientSelector
from nni.algorithms.feature_engineering.gradient_selector import FeatureGradientSelector
# 下载数据
...
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/FeatureEngineering/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ NNI 中的特征工程

.. code-block:: python
from nni.feature_engineering.gradient_selector import FeatureGradientSelector
# from nni.feature_engineering.gbdt_selector import GBDTSelector
from nni.algorithms.feature_engineering.gradient_selector import FeatureGradientSelector
# from nni.algorithms.feature_engineering.gbdt_selector import GBDTSelector
# 下载数据
...
Expand Down

0 comments on commit d3a9172

Please sign in to comment.