项目作者: tuomastik

项目描述 :
📈 Interactive decision boundary visualizer
高级语言: Python
项目地址: git://github.com/tuomastik/decision_boundary_viz.git
创建时间: 2016-10-19T00:01:57Z
项目社区:https://github.com/tuomastik/decision_boundary_viz

开源协议:MIT License

下载


decision_boundary_viz

A web app for visualizing decision boundaries of classifiers.

Supports 2-dimensional data and the following classifiers and their parameters:

  • k-Nearest Neighbors
    • Number of neighbors
    • Weight function
      • Uniform weights
      • Points weighted by the inverse of their distance
  • Random forest
    • The number of trees in the forest
    • The maximum depth of trees
  • Support vector machine (RBF kernel)
    • Cost (C)
    • Gamma

Demo

Dependencies

  1. conda create -n decision_boundary_viz python=3.5 numpy=1.11 scikit-learn=0.18 bokeh=0.12.4 flask=0.12