tensorflow / lattice

Lattice methods in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossed column support in TF Lattice

as24-asingla opened this issue · comments

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.

  • Does TF lattice input support crossed feature column or any timeline when that would be possible?

  • Does TF lattice support a trained model as a keras layer input?

Thanks in advance.

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.