I've successfully trained a predictor with univariate sampler using MacauSession on my binarized matrix (values -1 and 1).
But when I change univariate to False for a multivariate distr, the session fails with error:
warning: blcok_cg: could not find a solution in 1000 iterations: residual: [-nan(ind) -nan(ind) ... ].all() > 1e
I also tried a slightly difference approach with TrainSession, and I get the same error.
Do you know what could be causing this?
I've successfully trained a predictor with univariate sampler using MacauSession on my binarized matrix (values -1 and 1). But when I change univariate to False for a multivariate distr, the session fails with error:
warning: blcok_cg: could not find a solution in 1000 iterations: residual: [-nan(ind) -nan(ind) ... ].all() > 1e
I also tried a slightly difference approach with TrainSession, and I get the same error. Do you know what could be causing this?
Thank you.
here is my code: