decision-forests
decision-forests copied to clipboard
A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
Hi, I would like to ask you about the decision node path in case the node has a categorical or numerical threshold. What I observed is when I have a...
Hey there, First of all, congratulations for your effort, this is a great initiative! I am raising this issue because I have faced a problem with installation. I have created...
Updated Decision Forest documentation and examples to fix broken links for " user manual" and "example directory"
Hello, When training my model for some reason it is coming up with an additional class. For example I currently have the following as classes [1, 2, 3, 4, 5]...
Problem: Installing via `pip install tensorflow-decision-forests` returns warning message: Warning message ``` WARNING: The candidate selected for download or install is a yanked version: 'tensorflow-decision-forests' candidate (version 0.0.0 at https://files.pythonhosted.org/packages/9b/c2/5b5d8796ea5cb8c19457cd9b563c71b536ffc3d14936049fa9cf49b31dcf/tensorflow_decision_forests-0.0.0-py3-none-any.whl#sha256=18ed810f415437ef8e8a4848d3cbf2cff51e3ea2b66224b75f9d9c0f689629a7...
I was able to fit my RandomForest model, however when I try to convert it into tflite format it throws error. The error is : InvalidArgumentError: Cannot convert a Tensor...
Added link for code example : Text classification using Decision Forests and pretrained embeddings
## Environment Anaconda virtual python environment with TF 2.6.0 installed. ``` $ conda list | grep tensorflow tensorflow 2.6.0 py38h1abaa86_1 conda-forge tensorflow-base 2.6.0 py38he1e5d52_1 conda-forge tensorflow-datasets 4.3.0 pyhd8ed1ab_0 conda-forge tensorflow-decision-forests...
Hi, I'd like to add a quick tutorial at Kaggle on using Gradient Boosted DT including training, evaluation, changing hyperparameters and specifying the features.
Worked on PIMA India's Diabetes dataset using TensorFlow's Decision Forest (TF-DF) & compare the result with Decision Tree that I had did previously.