'Tensorflow.js and decision forests
This might be a silly question, since it's something I could just try myself if I had access to a computer...
I've got a Node.js project that generates tabular data and I want to train a Decision Forest model with it. Does TF.js have access to the full capabilities of the TFDF? Specifically,I'm referring to training, inference, and any API component that allows me to control how my tabular data is encoded.
I was originally going to use Python TF for training, and Node.TF only for inference.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
