Closed bnaul closed 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.
build_model.model_predictions
Accidentally included some other commits here; closing and re-opening from a new branch.
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.