Open
Description
it is a common occurrence that we are trying to predict multiple related properties using the same features (for example, K_VRH and G_VRH). MatPipe should be capable of doing this somehow....
Easiest (and dumbest) way is just to train and predict prop1 (saving it to the df), then use the same information (not having to re-featurize) + the prop1 predictions to train and predict on prop2.