AlexanderLavelle

Results 6 issues of AlexanderLavelle

While this PR does not address the need to specify `payload_format` in `ExampleGen` (or `ImportExampleGen`, etc), it does address the disconnect between `ExampleGen`, `SchemaGen`, and `Transform` by specifying tensor representations...

awaiting review

In response to [5160](https://github.com/tensorflow/tfx/issues/5160) and [5676](https://github.com/tensorflow/tfx/issues/5676), reveal `num_shards` in the Beam IO `WriteToTFRecord`. This leverages `custom_config`. I think `custom_config` may always be there when there are `executive_properties` in which case...

awaiting review

Line 71 ends up failing under .compile() as it returns a `NameError` with `self` missing. My offhand recommendations would probably be to institute: * `getattr(self, f' ... ')` * Cytoolz.get...

When I try to evaluate my model or make predictions on the val set, I get the following error: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[22], line...

` I am curious if YDF can support multilabel outcomes (not mutually exclusive outcomes, shared tree space)?` per a comment in #118 and the response of @rstz Since XGBoost offers...

enhancement