Richard Stotz
Richard Stotz
Thank you for the detailed report, I will have a look
To give some preliminary findings from the crash logs: - A protobuf incompatibility is the source of the crash. Both (conda-installed) Pyarrow and (pip-installed) YDF depend on protobuf. - AFAICT,...
This has been fixed with 2fc493c5e186d1a62d773c97385e09d6002b66a2
Hi, TF-DF author here: Tensorflow Decision Forests uses Tensorflow "Custom Ops" which are incompatible with some parts of the TF ecosystem. One of them is `SimpleMLCreateModelResource`, which explains the error...
Hi, thank you for the detailed report, I will look into this and report back!
Hi Michal, I'm not really familiar with the way pickle works (in fact, I've never used it), but I'm happy to take a closer look if you can give me...
Hi Michal, thank you for the example. Pickling a model is not supported by TF-DF, so proceed at your own risk :) I'll open an internal bug to discuss this...
Hi, since Tensorflow does currently not support Windows, we currently have no plans for a Windows release. However, our C++ library [Yggdrasil Decision Forests](https://github.com/google/yggdrasil-decision-forests) that TF-DF is based on can...
That's not a great situation, thank you for letting us know. Reopening this and investigating. If anyone manages to compile TF-DF on Windows, feel free to let me know
The great [Dtreeviz](https://github.com/parrt/dtreeviz) decision tree plotting library very recently got support for TF-DF. They have an [iPython Notebook](https://github.com/parrt/dtreeviz/blob/master/notebooks/dtreeviz_tensorflow_visualisations.ipynb) demonstrating how to use it. Let us know if this works for...