How should we open .pkl file in the model document

How should I open .pkl file?

I want to see the confidence values for all the trained examples. Are there any places to find it?

you can run evaluation on the models to get confusion matrix for example. what do you mean by confidence values of trained examples?

to open pickle files, you can use the pickle package in python, i think it is pickle.loads(file.pkl)