Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed Jan 20, 2016
1 parent fccdc90 commit bc6ed66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ml-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2041,8 +2041,8 @@ Currently we support a limited subset of the R operators, including '~', '.', ':
The basic operators are:

* `~` separate target and terms
* `+` concat terms, + 0 means removing intercept
* `-` remove a term, - 1 means removing intercept
* `+` concat terms, "+ 0" means removing intercept
* `-` remove a term, "- 1" means removing intercept
* `:` interaction (multiplication for numeric values, or binarized categorical values)
* `.` all columns except target

Expand Down

0 comments on commit bc6ed66

Please sign in to comment.