Giter Site home page Giter Site logo

pytrees-rs's Introduction

Pytrees-rs: Dynamic Programming-based Decision Tree Learning Library

Pytrees-rs is a library that encompasses decision tree learning algorithms implemented using dynamic programming.

The currently available algorithms include:

DL8.5: Optimal Decision Tree Learning Algorithm

DL8.5 is an algorithm designed for learning optimal decision trees, incorporating default misclassification error and a user-provided objective function. The method uses a branch-and-bound approach with caching to minimize the search space exploration and a speed-up the exploration. For further insights, refer to the relevant paper, and find the native implementation. Both implementations incorporate concepts introduced by Murtree, another optimal decision learning algorithm.

LDS-DL8.5 :Anytime Optimal Decision Tree Learning Algorithm

An anytime decision tree learning algorithm, building upon the foundation of DL8.5. This algorithm addresses dynamic programming challenges, preventing stagnation in a particular part of the search space. It ensures minimal tree quality within time constraints by leveraging Limited Discrepancy Search and a strategically designed restart strategy. For in-depth details, refer to the comprehensive information available in the associated paper.

LGDT : Less Greedy Decision Tree Learning Algorithm

LGDT employs a reversible sparse bitset data structure, also found in DL8.5 and LDS-DL8.5. Additionally, it incorporates Murtree's specialized depth-2 algorithm to provide decision trees with less myopic evaluation. Unlike purely greedy algorithms such as CART and C4.5, LGDT assesses error or information gain over two levels to determine the local best node value. For a more in-depth understanding, refer to the details provided in the accompanying paper.

For more information on how to use Pytrees-rs, check the documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.