python2.7下使用 orange27

created by Dejavu
(不断更新中)


安装

  • orange27 windows版
  • orange27 OSX版
  • source code

点击进入后按照官网的提示一步步执行下去即可

orange的使用

  • 建立决策树
  • 第一步打开Orange Canvas,将出现如下界面,单击New,工程名,然后确定


    python2.7下使用 orange27_第1张图片
    点击New
  • 将File拖到主界面内


    python2.7下使用 orange27_第2张图片

    python2.7下使用 orange27_第3张图片
    拖动File到主界面
    • 双击File后,出现下拉列表,选择iris.tab


      python2.7下使用 orange27_第4张图片

      python2.7下使用 orange27_第5张图片
    • 拖动Data Sampler到主界面


      python2.7下使用 orange27_第6张图片
    • 连接File和Data Sampler ,双击Data Sampler,Sampler size改为70%


      python2.7下使用 orange27_第7张图片

      python2.7下使用 orange27_第8张图片
    • 拖动Test Learners到主界面,连接Data Sampler与Test Learners,点击ok


      python2.7下使用 orange27_第9张图片

      python2.7下使用 orange27_第10张图片
    • 拖动Classification Tree到主界面,连接Test Learners与Classification Tree


      python2.7下使用 orange27_第11张图片

      python2.7下使用 orange27_第12张图片
  • 此时双击Test Learners就可以看到决策树输出结果,正确率97.7%


    python2.7下使用 orange27_第13张图片
  • 拖动confuse matrix到主界面,连接confuse matrix与Test Learners,后双击confuse matrix,出现混淆矩阵输出结果,调节Classification Tree通过混淆矩阵,来适应你在着手的工程


    python2.7下使用 orange27_第14张图片

    python2.7下使用 orange27_第15张图片

你可能感兴趣的:(python2.7下使用 orange27)