Mathieu Guillame-Bert

Results 52 comments of Mathieu Guillame-Bert

Hi, Thanks for the bug report :). The wrong error message is displayed. Instead, the message should read `TensorFlow: INVALID_ARGUMENT: "max_num_nodes" is only available with "growing_strategy=BEST_FIRST_GLOBAL". [Op:SimpleMLModelTrainer]`. Regarding the (correct)...

Hi Lanceciar, This class 0 is an artifact of the way classes are handled internally. This class 0 represents the out-of-vocabulary values. However, since out-of-vocabulary values are not permitted for...

Hi @oonisim, Your message falls right around the release of "tensorflow-decision-forests" 0.2.0, so wonder if this could be related to it. Would you mind: 1. Updating to the last version...

Hi Fadi, Thanks for the report. Do you see an error message after those warnings? If so, can you share them? Colab instances need to be restarted when libraries (e.g....

Thanks both for the details! :) > Warning message It seems the "Failure to load the custom c++ tensorflow ops" warning is a false positive. Namely, TF-DF fails to load...

A bit of extra details about the training speed. In a public colab, I trained 8 times the exact same model (equality of the final model structure) and obtained the...

Thanks @fbadine There might be an issue, and your logs will be useful. I'll keep you in touch. @hongkahjun This part of the API is not very clear :|. The...

The optimization was integrated in the release. The "Use slow generic engine" error message should not be printed anymore on a model build with the builder API unless you explicitly...

The "yanked" error message was indicative that no compatible versions were available (OS, OS version or python version). I removed the yanked version (which was a placeholder). The error message...

Hi Jack, Thanks for the examples. I don't see any script at this address: https://www.kaggle.com/jackfroster/tensorflow-decision-forests-example. Could you make it visible? I created a page (https://github.com/tensorflow/decision-forests/blob/main/documentation/more_examples.md) to collect user examples without...