predict

QRNN.predict(x)[source]

Predict quantiles of the conditional distribution P(y|x).

Forward propagates the inputs in x through the network to obtain the predicted quantiles y.

Parameters

x (np.array) – Array of shape (n, m) containing n m-dimensional inputs for which to predict the conditional quantiles.

Returns

Array of shape (n, k) with the columns corresponding to the k quantiles of the network.