BoostedTreesEstimator in contrib: train_in_memory works with input_fns returning data.Dataset.
Only one batch of data is expected, so dataset.batch() is disallowed, and dataset.repeat() will be ignored (only the first one would be used) PiperOrigin-RevId: 193137094
Loading
Please sign in to comment