PowerBI-visuals-decision-tree

R powered custom visual based on rpart package

  • 所有者: microsoft/PowerBI-visuals-decision-tree
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

PowerBI-visuals-decision-tree

R powered custom visual based on rpart package

Decision tree chart screenshot

Overview

Decision trees are probably one of the most common and easily understood decision support tools.

The decision tree learning automatically find the important decision criteria to consider and uses the most intuitive and explicit visual representation.

Current visual implements the popular and widely used tools of recursive partitioning for decision tree construction. Each leaf of the tree is labeled with a class and a probability distribution over the classes. Beside this we use cross validation to estimate the statistical performance of the decision tree.

If the target variable is categorical or has only few possible values the "Classification Tree" is constructed, whereas if the target variable is numeric the result of the visual is "Regression Tree".

You can control the algorithm parameters and the visual attributes to suit your needs.

Here is how it works:

  • Define the "Target Variable" (exactly one) and "Input Variables" (two or more columns)
  • Controll the basic properties of the tree such as maximum depth and the minimum observation number per leaf
  • If you are the advanced user, control the recursive partitioning and cross-validation parameters

R package dependencies(auto-installed): rpart, rpart.plot, RColorBrewer

Supports R versions: R 3.3.1, R 3.3.0, MRO 3.3.1, MRO 3.3.0, MRO 3.2.2

See also Decision Tree Chart at Microsoft Office store

主要指标

概览
名称与所有者microsoft/PowerBI-visuals-decision-tree
主编程语言TypeScript
编程语言R (语言数: 3)
平台
许可证
所有者活动
创建于2016-10-09 11:59:13
推送于2024-04-16 08:25:54
最后一次提交
发布数0
用户参与
星数27
关注者数17
派生数32
提交数18
已启用问题?
问题数2
打开的问题数1
拉请求数7
打开的拉请求数2
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?