Skip to content

Commit

Permalink
more reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Apr 13, 2014
1 parent b93125c commit 94fd2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mllib-classification-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Here `$\mathop{sign}(\wv)$` is the vector consisting of the signs (`$\pm1$`) of
of `$\wv$`.
Also, note that `$A_{i:} \in \R^d$` is a row-vector, but the gradient is a column vector.

## Classification and Regression (Decision) Trees
## Decision Tree Classification and Regression

Decision trees and their ensembles are popular methods for the machine learning tasks of classification and regression. Decision trees are widely used since they are easy to interpret, handle categorical variables, extend to the multi-class classification setting, do not require feature scaling and are able to capture non-linearities and feature interactions. Tree ensemble algorithms such as decision forest and boosting are among the top performers for classification and regression tasks.

Expand Down
2 changes: 1 addition & 1 deletion docs/mllib-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following links provide a detailed explanation of the methods and usage exam
* Least Squares
* Lasso
* Ridge Regression
* Classification and Regression (Decision) Trees
* Decision Tree (for classification and regression)
* <a href="mllib-clustering.html">Clustering</a>
* k-Means
* <a href="mllib-collaborative-filtering.html">Collaborative Filtering</a>
Expand Down

0 comments on commit 94fd2f9

Please sign in to comment.