predict(y, x, m [, options]) -> (pred_labels, pred_metrics, pred_values) y: a list/tuple/ndarray of l true labels (type must be int/double). It is used for calculating the accuracy. Use [] if true labels are unavailable. x: 1. a list/tuple of l training instances. Featur
(y, x, m, options="")
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected