Use int64 to represent bucket index, which works better with the input parsing.
This avoids forcing the user to cast int32 to int64 while invoking tft.bucketize() from TFT preprocesing functions. PiperOrigin-RevId: 166341915
Loading
Please sign in to comment