get_rho¶
- get_rho(y_test, y_test_pred)[source][source]¶
Function to get Pearson’s correlation (rho)
- Parameters:
of (y_test - the true outputs (a matrix of size number of examples x number)
outputs) (number of)
x (y_test_pred - the predicted outputs (a matrix of size number of examples)
outputs)
- Returns:
rho_array
- Return type:
An arrayofrho's for each output