Fadi Badine
Fadi Badine
I will try later today or tomorrow and will feedback
The reason for the error is that the example notebook does not find any data. It assumes that the dataset should have been installed. ``` # Get the data from...
No error message. Just the warnings. In fact I noticed those when I was running the following [notebook](https://colab.research.google.com/drive/1gSqL3duHRKR24my-Kr9J_5MgsRz0ZtnE?usp=sharing) and found out that on the newer TF and TFDF releases, training...
[tfdf_0.1.9_training.txt](https://github.com/tensorflow/decision-forests/files/7571276/tfdf_0.1.9_training.txt) [tfdf_0.2.1_training.txt](https://github.com/tensorflow/decision-forests/files/7571277/tfdf_0.2.1_training.txt) Thanks @achoum!! Attached are the model training logs (sys_pipes() around model.fit as well as the model.summary) for: - tfdf_0.1.9_training.txt using TFDF 0.1.9 with TF 2.6.0 - tfdf_0.2.1_training.txt using...