You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic decision tree generation from decision tables provided. This tool leverages machine learning algorithms to streamline the transformation of structured decision tables into interpretable and efficient decision trees. Designed for applications in fields such as healthcare, finance, and manufacturing.
This project is a showcase of the practical implementation of Decision Tables, Which is a Versatile tool used for Decision-Making and Rule-Based systems.
DMN Engine is a decision engine (rule engine) allowing to execute and evaluate the decisions defined in a DMN model. Its primary target is to evaluate the decision tables that transform the inputs into the output(s) using the decision rules.