def reconstruct_vector(self, instance_vector):
     return MeanLinearModel.reconstruct(self, instance_vector)
 def reconstruct_vector(self, instance_vector):
     return MeanLinearModel.reconstruct(self, instance_vector)