From 93c36957f8a2db3486a88145c41cb04b59b99119 Mon Sep 17 00:00:00 2001 From: zhang yongquan Date: Fri, 7 Sep 2018 09:17:35 +0800 Subject: [PATCH] Update FAQ.MD --- FAQ.MD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FAQ.MD b/FAQ.MD index cfdf744..3f06c32 100644 --- a/FAQ.MD +++ b/FAQ.MD @@ -13,7 +13,7 @@ 感谢网友在[issue#45](https://github.com/MachineLearning100/100-Days-Of-ML-Code/issues/45)的反馈。 ### 3. Deep Learning basics with Python, TensorFlow and Keras -正在翻译[文字版](https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/),敬请期待。 +[文字版](https://pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/)的中文版间第39天到第42天。 详见[issue#52](https://github.com/MachineLearning100/100-Days-Of-ML-Code/issues/52)。 @@ -26,3 +26,8 @@ ### 6. 常用工具推荐 见[issuse#60](https://github.com/MLEveryday/100-Days-Of-ML-Code/issues/60) + +### 7. sklearn版本 +sklearn工具包0.19和0.20版本,cross_validation在0.20版本是将被移除的并转移到model_selection包下。 + +要排除这些问题,注意平时运行时的出现warning即可