- Applied Supervised Learning with Python
- Benjamin Johnston Ishita Mathur
- 242字
- 2021-06-11 13:44:45
Summary
In this chapter, we introduced the concept of supervised machine learning, along with a number of use cases, including the automation of manual tasks such as identifying hairstyles from the 1960s and 1980s. In this introduction, we encountered the concept of labeled datasets and the process of mapping one information set (the input data or features) to the corresponding labels.
We took a practical approach to the process of loading and cleaning data using Jupyter notebooks and the extremely powerful pandas library. Note that this chapter has only covered a small fraction of the functionality within pandas, and that an entire book could be dedicated to the library itself. It is recommended that you become familiar with reading the pandas documentation and continue to develop your pandas skills through practice.
The final section of this chapter covered a number of data quality issues that need to be considered to develop a high-performing supervised learning model, including missing data, class imbalance, and low sample sizes. We discussed a number of options for managing such issues and emphasized the importance of checking these mitigations against the performance of the model.
In the next chapter, we will extend upon the data cleaning process that we covered and will investigate the data exploration and visualization process. Data exploration is a critical aspect of any machine learning solution, as without a comprehensive knowledge of the dataset, it would be almost impossible to model the information provided.
- 單片機C語言程序設(shè)計實訓(xùn)100例:基于STC8051+Proteus仿真與實戰(zhàn)
- R語言數(shù)據(jù)可視化實戰(zhàn)
- 名師講壇:Java微服務(wù)架構(gòu)實戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- C#程序設(shè)計
- D3.js 4.x Data Visualization(Third Edition)
- Building Serverless Applications with Python
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- 第一行代碼 C語言(視頻講解版)
- Babylon.js Essentials
- LabVIEW虛擬儀器程序設(shè)計從入門到精通(第二版)
- 大話Java:程序設(shè)計從入門到精通
- Fast Data Processing with Spark(Second Edition)
- Python:Deeper Insights into Machine Learning
- Node.js區(qū)塊鏈開發(fā)
- Drupal 8 Development:Beginner's Guide(Second Edition)