tensorflow / lattice

Lattice methods in TensorFlow
Apache License 2.0
518 stars 94 forks source link

Crossed column support in TF Lattice #61

Closed as24-asingla closed 3 years ago

as24-asingla commented 3 years ago

Hi, I am relatively new to tensorflow lattice and find it really powerful. I have couple of points to which I could not get any answer to.

Thanks in advance.

mmilanifard commented 3 years ago

We do not have immediate plans to support other feature column types. But you can always construct models using our keras layers which would let you use any combinations with of other layers and feature columns. You can also use our keras premade models and mix and match with other models and layers as needed.