Skip to content

Commit

Permalink
added subsections
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Apr 14, 2014
1 parent f427e84 commit 6e297d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/mllib-classification-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,15 @@ println("training Mean Squared Error = " + MSE)
Similarly you can use RidgeRegressionWithSGD and LassoWithSGD and compare training
[Mean Squared Errors](http://en.wikipedia.org/wiki/Mean_squared_error).

## Tree-based Methods
## Decision Tree

#### Classification

1. Classification: **TODO Write code and explain**
2. Classification with Categorical Features: **TODO Write code and explain**

#### Regression

3. Regression: **TODO Write code and explain**
4. Regression with Categorical Features: **TODO Write code and explain**

Expand Down

0 comments on commit 6e297d7

Please sign in to comment.