'+
+ '\\n
'+
+ '\\n '+
+ '\\n '+
+ '\\n
'+
+ '\\n '+
+ '\\n
'
+
+ str += '\\n\\n'
+ """
+
+ # 状态为 True 就进行替换
+ if tag: format_file(filename, str1, str2)
diff --git a/tool/DecisionTree_getInfoGain.py b/tool/DecisionTree_getInfoGain.py
index 3e775203e..c96f6ebeb 100644
--- a/tool/DecisionTree_getInfoGain.py
+++ b/tool/DecisionTree_getInfoGain.py
@@ -57,7 +57,7 @@ def splitDataSet(dataSet, axis, value):
# chop out axis used for splitting
reducedFeatVec = featVec[:axis]
'''
- 请百度查询一下: extend和append的区别
+ 请百度查询一下: extend和append的区别
'''
reducedFeatVec.extend(featVec[axis+1:])
# 收集结果值 axis列为value的行【该行需要排除axis列】
diff --git a/update.sh b/update.sh
new file mode 100644
index 000000000..f76166c4e
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,3 @@
+git add -A
+git commit -am "$(date "+%Y-%m-%d %H:%M:%S")"
+git push
\ No newline at end of file