From 0498695513728f96647d678cd215e98577c4c195 Mon Sep 17 00:00:00 2001 From: Shuhui Bu Date: Sun, 23 Sep 2018 01:43:00 +0800 Subject: [PATCH] Add python tips --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2237d..61d50e4 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,5 @@ ## 其他参考 * [安装Python环境](tips/InstallPython.md) * [参考资料等](References.md) -* [confusion matrix](tips/confusion_matrix.ipynb) \ No newline at end of file +* [confusion matrix](tips/confusion_matrix.ipynb) +* [Python tips](tips/python)