get_all_best_emb_stats
- hybrid_learning.experimentation.ca_exp_eval.get_all_best_emb_stats(root, layers, concepts=None)[source]
Gather a DataFrame with the stats of all best embeddings. The frame is indexed by
concept
andlayer
, and columns are the stats names. Stats are retrieved from experimentroot
, for givenlayers
andconcepts
.