Skip to content

Instantly share code, notes, and snippets.

@msetzu
Created June 7, 2018 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msetzu/65b3ff2a74435d5886499c65ede93f4a to your computer and use it in GitHub Desktop.
Save msetzu/65b3ff2a74435d5886499c65ede93f4a to your computer and use it in GitHub Desktop.
import numpy as np
import pickle
with open('adult.cmpr', 'rb') as log:
adult_cmpr = pickle.load(log)
np.nanmean(adult_cmpr['DT']['fidelity_vector'])
np.nanstd(adult_cmpr['DT']['fidelity_vector'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment