A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
-
Updated
Nov 20, 2024 - Python
A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
Network-guided greedy decision forest for feature subset selection
Adaptive Decision Forest(ADF) is an incremental machine learning framework called to produce a decision forest to classify new records. ADF is capable to classify new records even if they are associated with previously unseen classes. ADF also is capable of identifying and handling concept drift; it, however, does not forget previously gained kn…
Sentiment analysis from small grayscale pictures by decision forests done as a coursework for CO395
Class implementing decision forest algorithm Forest PA, using bootstrap samples and penalized attributes. Uses and depends on SimpleCart.
We present a framework called TLF that builds a classifier for the target domain having only few labeled training records by transferring knowledge from the source domain having many labeled records. While existing methods often focus on one issue and leave the other one for the further work, TLF is capable of handling both issues simultaneously…
Implementation of the decision forest algorithm SysFor, a forest of high accuracy decision trees.
SiMI imputes numerical and categorical missing values by making an educated guess based on records that are similar to the record having a missing value. Using the similarity and correlations, missing values are then imputed. To achieve a higher quality of imputation some segments are merged together using a novel approach.
Decision Tree applied to a diabetes database
A collection of common AI algorithm implementations (N-queens, Othello, ID3 and decision forests).
Add a description, image, and links to the decision-forest topic page so that developers can more easily learn about it.
To associate your repository with the decision-forest topic, visit your repo's landing page and select "manage topics."