I'm thinking we can use dicts with keys being feature ids everywhere, with the exception of tensors in SAEExamplesByFeature. But we can add a method to SAEExamplesByFeature that takes feature id and returns it's index. Or even have methods that give you a slice that you want based on feature id?
I'm thinking we can use dicts with keys being feature ids everywhere, with the exception of tensors in SAEExamplesByFeature. But we can add a method to SAEExamplesByFeature that takes feature id and returns it's index. Or even have methods that give you a slice that you want based on feature id?