Labels of means from variational approximations?

There is a mapping property, see:

    approx = pm.fit()
    # dict
    means_dict = approx.bij.rmap(approx.params[0].eval())
    # array
    sample_array = approx.bij.map(approx.sample(1))