Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
merged master
  • Loading branch information
manishamde committed May 7, 2014
commit 968ca9df9b86c1dd60876c00fb3c48b758ffc34b
3 changes: 1 addition & 2 deletions docs/mllib-decision-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ For faster processing, the decision tree algorithm performs simultaneous histogr

### Practical limitations

1. The implemented algorithm reads both sparse and dense data. However, it is not optimized for
sparse input.
1. The implemented algorithm reads both sparse and dense data. However, it is not optimized for sparse input.
2. Python is not supported in this release.

## Examples
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.