I cannot install TensorFlow Decision Trees module in anaconda!! Any ideas ???
I tried:
conda install tensorflow_decision_forests
I cannot install TensorFlow Decision Trees module in anaconda!! Any ideas ???
I tried:
conda install tensorflow_decision_forests
Welcome to the Tensorflow Forum!
Anaconda does not have tensorflow_decision_forests
package.
Install TensorFlow Decision Forests by running:
pip3 install tensorflow_decision_forests --upgrade
See the installation page for more details, troubleshooting and alternative installation solutions.
Thank you!