You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ Uses the Census Income data set.
29
29
How to handle multiple categorical and continuous features on a real-life data set.
30
30
Uses the Census Income data set.
31
31
32
+
### [Predicting Income Based on Census Data Using Random Decision Forest With Surrogate Decision Tree](https://github.com/aosama/MachineLearningSamples/blob/master/src/main/scala/org/ibrahim/ezmachinelearning/RFWithSurrogateCensusIncomeExample.scala)
33
+
How to handle multiple categorical and continuous features on a real-life data set.
34
+
Uses the Census Income data set.
35
+
32
36
## Data Sets References
33
37
34
38
#### [Census Income DataSet](http://archive.ics.uci.edu/ml/datasets/Census+Income)
0 commit comments