cesium-ml / cesium

Machine Learning Time-Series Platform
Other
671 stars 101 forks source link

Add parameter to control prediction type (probabilities vs. labels) #112

Closed bnaul closed 8 years ago

bnaul commented 8 years ago

Add functionality to build_model.model_predictions to always return labels instead of probabilities if desired; avoid inconvenience of needing to coerce probabilities into labels when labels are all that are desired.

bnaul commented 8 years ago

Accidentally included some other commits here; closing and re-opening from a new branch.