- Learning Data Mining with Python
- Robert Layton
- 214字
- 2021-07-16 13:30:48
Summary
In this chapter, we introduced data mining using Python. If you were able to run the code in this section (note that the full code is available in the supplied code package), then your computer is set up for much of the rest of the book. Other Python libraries will be introduced in later chapters to perform more specialized tasks.
We used the IPython Notebook to run our code, which allows us to immediately view the results of a small section of the code. This is a useful framework that will be used throughout the book.
We introduced a simple affinity analysis, finding products that are purchased together. This type of exploratory analysis gives an insight into a business process, an environment, or a scenario. The information from these types of analysis can assist in business processes, finding the next big medical breakthrough, or creating the next artificial intelligence.
Also, in this chapter, there was a simple classification example using the OneR algorithm. This simple algorithm simply finds the best feature and predicts the class that most frequently had this value in the training dataset.
Over the next few chapters, we will expand on the concepts of classification and affinity analysis. We will also introduce the scikit-learn package and the algorithms it includes.
- Java程序設計(慕課版)
- Mastering RabbitMQ
- arc42 by Example
- Raspberry Pi for Secret Agents(Third Edition)
- Java深入解析:透析Java本質的36個話題
- 手把手教你學C語言
- 學Python也可以這么有趣
- Java項目實戰精編
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Java語言程序設計教程
- Serverless Web Applications with React and Firebase
- 從零開始學Android開發
- SEO教程:搜索引擎優化入門與進階(第3版)
- After Effects CC案例設計與經典插件(視頻教學版)
- Python滲透測試編程技術:方法與實踐(第2版)