mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

Allow decision trees to handle missing values. #7

Closed gdobbins closed 8 years ago

gdobbins commented 8 years ago

Decision trees and regression trees will ignore missing values when building trees. They will choose which branch to follow when predicting based on the result-ratio of the available branches.