[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[modeller_usage] GA341 score vector?



using for an automodel a, and using a.outputs to get
access to its output details, i find m['GA341 score']
gives a VECTOR of values.

> (Pdb) p m['GA341 score']
> [0.066255435347557068, 0.40340045094490051, 21.524829864501953, -1.6095080375671387, 0.29580554366111755, -2.9327836036682129, -3.012000560760498, -3.6851351261138916]

m['GA341 score'][0] seems to be the actual value reported as
the GA341 metric, but what are the other seven values?