瀏覽代碼

Replaces cluster plotting by library version.

Kristian Schultz 3 年之前
父節點
當前提交
c0baa8d6e3
共有 2 個文件被更改,包括 318 次插入309 次删除
  1. 317 308
      Is your data fit for decision making using Machine Learning version 4.ipynb
  2. 1 1
      fdc/visualize.py

File diff suppressed because it is too large
+ 317 - 308
Is your data fit for decision making using Machine Learning version 4.ipynb


+ 1 - 1
fdc/visualize.py

@@ -4,7 +4,7 @@ import numpy as np
 
 def plotCluster(data, clusterName="cluster", xName="FDC_1", yName="FDC_2", stroke=20):
   colors_set = [
-    'lightcoral', 'cornflowerblue', 'orange','mediumorchid', 'lightseagreen'
+    'lightgray', 'lightcoral', 'cornflowerblue', 'orange','mediumorchid', 'lightseagreen'
     , 'olive', 'chocolate', 'steelblue', 'paleturquoise',  'lightgreen'
     , 'burlywood', 'lightsteelblue']
 

Some files were not shown because too many files changed in this diff