- 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.
- Testing with JUnit
- Python for Secret Agents:Volume II
- 程序員數學:用Python學透線性代數和微積分
- Programming ArcGIS 10.1 with Python Cookbook
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Scala編程實戰(原書第2版)
- 從零開始學C語言
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- OpenCV with Python By Example
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- .NET Standard 2.0 Cookbook
- Learning Python Data Visualization
- Python一行流:像專家一樣寫代碼
- STM8實戰