Can we implement decision trees in tensorflow ? If Yes? What is function Name ?
Answer Posted / Vishwanath Chakravarty
Yes, decision trees can be implemented in TensorFlow using the functional API or Keras API. One function for this purpose is tf.keras.wrappers.funcional.Functional in the functional API.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers