Predictor¶
-
class
rlscore.predictor.PredictorInterface¶ Bases:
objectPredictor interface
Attributes: - predictor : predictor object
predicts outputs for new instance
-
predict(X)¶ Predicts outputs for new inputs
Parameters: - X : {array-like, sparse matrix}, shape = [n_samples, n_features]
input data matrix
Returns: - P : array, shape = [n_samples, n_tasks]
predictions