02.course-scaling-and-normalization【缩放及标准化】
In this notebook, we’re going to be looking at how to scale and normalize data (and what the difference is between the two!). 在本笔记本中,我们将研究如何缩放和标准化数据(以及两者之间的区别!)。 Let’s get started! 让我们开始吧! Get our environment set up 设置我们的环境 The first thing we’ll need to do is load in the libraries we’ll be using. 我们需要做的第一件事是加载我们将使用的库。 # modules we'll use import […]