Repository: incubator-hivemall Updated Branches: refs/heads/master 94229779c -> 7a3193a8b
Fixed a typo in a user guide Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/7a3193a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/7a3193a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/7a3193a8 Branch: refs/heads/master Commit: 7a3193a8bed121b90699101e122340b927179571 Parents: 9422977 Author: myui <[email protected]> Authored: Tue Dec 13 21:22:42 2016 +0900 Committer: myui <[email protected]> Committed: Tue Dec 13 21:22:42 2016 +0900 ---------------------------------------------------------------------- docs/gitbook/ft_engineering/feature_selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/7a3193a8/docs/gitbook/ft_engineering/feature_selection.md ---------------------------------------------------------------------- diff --git a/docs/gitbook/ft_engineering/feature_selection.md b/docs/gitbook/ft_engineering/feature_selection.md index 5a2a92b..b19ba56 100644 --- a/docs/gitbook/ft_engineering/feature_selection.md +++ b/docs/gitbook/ft_engineering/feature_selection.md @@ -21,7 +21,7 @@ It is a useful technique to 1) improve prediction results by omitting redundant features, 2) to shorten training time, and 3) to know important features for prediction. -*Note: The feature is supported Hivemall from v0.5-rc.1 or later.* +*Note: This feature is supported from Hivemall v0.5-rc.1 or later.* <!-- toc -->
