- Data Science Projects with Python
- Stephen Klosterman
- 239字
- 2021-06-11 13:29:11
Introduction
The first chapter got you started with some basic Python, and then progressed to equipping you with tools for data exploration. Specifically, we performed operations such as loading the dataset and verifying data integrity, and we performed our first exploratory analysis on our case study dataset.
In this chapter, we finish our exploration of the data by examining the response variable. After we've concluded that the data is of high quality and makes sense, we will be ready to move forward with the practical concerns of developing machine learning models. We will take our first steps with scikit-learn, one of the most popular machine learning packages available in the Python language. Before learning the details of how mathematical models work in the next chapter, here we'll start to get comfortable with the syntax for using them in scikit-learn.
We will also learn some common techniques for how to answer the question, "Is this model good or not?" There are many possible ways to approach model evaluation. For business applications, some kind of financial analysis to determine the value that could be created by the model is usually necessary. However, we will reserve this for the end of the book.
There are several important model evaluation criteria that are considered standard knowledge in data science and machine learning. We will cover a few of the most widely used classification model performance metrics here, to give you a strong foundation.
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- Learning Spring Boot
- Mockito Cookbook
- 數(shù)據(jù)驅(qū)動(dòng):從方法到實(shí)踐
- ZeroMQ
- 圖數(shù)據(jù)實(shí)戰(zhàn):用圖思維和圖技術(shù)解決復(fù)雜問(wèn)題
- Unity 2018 By Example(Second Edition)
- 機(jī)器學(xué)習(xí):實(shí)用案例解析
- Access 2016數(shù)據(jù)庫(kù)應(yīng)用基礎(chǔ)
- Microsoft Dynamics NAV 2015 Professional Reporting
- MySQL性能調(diào)優(yōu)與架構(gòu)設(shè)計(jì)
- Learning Construct 2
- 產(chǎn)品經(jīng)理數(shù)據(jù)修煉30問(wèn)
- Working with OpenERP
- 大學(xué)計(jì)算機(jī)基礎(chǔ)習(xí)題與實(shí)驗(yàn)指導(dǎo)(第2版)