Richard Stotz
Richard Stotz
Hi Jack, You're right, Ranking is not currently available in distributed training. I've improved the error message and the documentation about it on [https://ydf.readthedocs.org](https://ydf.readthedocs.org). Our team is always happy to...
Hi, thank you for updating the link to the Colab, I will have a look!
Hi, that's odd. I'm not very familiar with the conda environment, and I don't have a mac with macos 11.2.3 so debugging is going to be a bit hard. Could...
Hi, one more thing I need to debug this: Are you using an Intel mac or an Arm64 (M1 / M2) machine? I just checked and everything works well on...
Hi, thank you for reporting. We'll have a look at this in more detail soon (though probably not this week). I wasn't able to immediately reproduce it based on https://www.tensorflow.org/decision_forests/tutorials/model_composition_colab...
Hi, thank you for the report. Version 0.2.6 of tf-df is fairly outdated, the project is at Version 1.5.0 now. Can you please confirm that the issue occurs on the...
Hi, I looked into the code a bit more deeply and the behaviour you're seeing is expected and probably hasn't changed since 0.2.6. Pre-Integerized categorical features (i.e., categorical features represented...
Hi, The relevant piece is [in this function](https://github.com/google/yggdrasil-decision-forests/blob/main/yggdrasil_decision_forests/dataset/data_spec_inference.cc#L264). If you read through it, you'll see some preprocessing is not applied if the column is integerized. You'll have to make sure...
I thought about this a bit more and I believe this can be considered a bug and it's probably something we should address. I'll keep this issue open (and labeled)...
Hi, multiclass support is not available in the Go port of YDF yet.