GithubHelp home page GithubHelp logo

rmtree's Introduction

rmtree

RapidMiner Decision Tree Transducer

Purpose

Parses the text version of a decision tree generated by RapidMiner. The decision tree is stored in a Tree object (Tree class is defined in this file). Tree class implements several output methods so that Tree can be exported to various visualization libraries.

Output -- Supported Visualizations

So far the formats expected by the following visualization libraries are supported:

Usage

$ python rmtree.py rmtree.txt 

About

Script to transform a decision tree produced by RapidMiner (rmtree.txt) to an HTML table in the format expected by the JS library ListUI.

The decision tree, obviously, has to be in text format. Go to "Text View" and copy+paste the text of the tree to a file, then pass that file to this script.

Script stores this decision tree internally as a Tree object. The Tree class, defined in this file, provides multiple output methods: simple JSON (which is returned by Tree.repr() and Tree.str()), and also a couple of JSON formats expected by popular visualization libaries (see above).

Classes

  • Tree Simple Tree data structure. call help() for more information.

Copyright (c) 2012 Joseph Nudell This code is freely distributable under the MIT License.

rmtree's People

Contributors

jnu avatar

Watchers

James Cloos avatar  avatar

Forkers

sunnyuan

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.