Closed fuyanlu1989 closed 5 years ago
I'm not sure if I understand your question. calibrated_etl_regressor
has a weight_column
argument. Same for all other estimators.
Thanks! I didn't find it in examples. And not found instruction online. Not dig into the source code.
In tensorflow.estimator.DNNRegressor, we can add sample weights by argument
weight_column
. But we didn't find this for tensorflow lattice estimators. Is it a missing feature? Could you please add this feature?