Workflow 1
Small labeled sample, large unlabeled sample
Use this for the standard semisupervised mean problem: observed outcomes on a small labeled sample, predictions on labeled and unlabeled rows, and one mean to estimate.
Call this: mean_inference(...)
Python
mean_inference(Y, Yhat, Yhat_unlabeled, ...)
R
mean_inference(Y, Yhat, Yhat_unlabeled, ...)