2019年4月26日

Python Reference in Data Analysis / Mining Tools

摘要: If you are already familiar with the module/package loading methods of Python, the following table is relatively easy to find. Python is referenced in 阅读全文

posted @ 2019-04-26 13:32 胖fufu的海鸥 阅读(262) 评论(0) 推荐(0) 编辑

Principle of DecisionTree Algorithm - Part II Ideas of Decision Tree ID3 Algorithm

摘要: Ideas of Decision Tree ID3 Algorithm The ID3 algorithm uses the information gain size to determine what features the current node should use to constr 阅读全文

posted @ 2019-04-26 12:50 胖fufu的海鸥 阅读(118) 评论(0) 推荐(0) 编辑

Principle of DecisionTree Algorithm - Part I The information theory basis of decision tree ID3 algorithm

摘要: Decision tree algorithm is a classic algorithm series in machine learning. It can be used as both a classification algorithm and a regression algorith 阅读全文

posted @ 2019-04-26 12:18 胖fufu的海鸥 阅读(195) 评论(0) 推荐(0) 编辑

Python For Data Science Cheat Sheet

摘要: 1. Python Data Analysis Basics 2. Numpy 3. Scikit-Learn 4. Bokeh 5. Scipy 6. Pandas quote from http://www.jianshu.com/p/7f4945b5d29c 阅读全文

posted @ 2019-04-26 11:44 胖fufu的海鸥 阅读(947) 评论(0) 推荐(0) 编辑

导航