1 00:00:00,690 --> 00:00:06,180 So below, we have done preprocessing for our classification dataset. 2 00:00:07,220 --> 00:00:11,460 Now let's learn how to train our modern in Python. 3 00:00:13,130 --> 00:00:17,410 But as you know, before training or model, we need to standardize our data. 4 00:00:19,120 --> 00:00:26,770 So we will use a standard scalar program from a Skillern or prepossessing to do standardizing. 5 00:00:28,780 --> 00:00:38,260 We will first create a sea object which will contain the standardization information, for a word, 6 00:00:38,710 --> 00:00:40,240 independent datasets. 7 00:00:41,840 --> 00:00:43,760 So we are creating a sea object. 8 00:00:43,940 --> 00:00:50,720 We are using Cendon is scalar function and we are using Daudt fake method of dysfunction. 9 00:00:51,470 --> 00:00:58,130 And we are giving our extreme dataset as our training dataset for this Ascender scalar. 10 00:00:59,210 --> 00:01:01,350 Now, using this sended is scalar. 11 00:01:01,730 --> 00:01:06,170 We are transforming our external data and expense data. 12 00:01:07,470 --> 00:01:14,670 And we are asserting this standardized data and to extend standard and x test standard. 13 00:01:17,770 --> 00:01:20,260 Now, to view this data, you can just. 14 00:01:21,470 --> 00:01:22,190 Execute this. 15 00:01:22,270 --> 00:01:22,680 Come on. 16 00:01:25,340 --> 00:01:32,680 First, I have to execute on the above commands, and then if I run this. 17 00:01:34,280 --> 00:01:37,190 You can see that now over duties, Senator, is. 18 00:01:38,320 --> 00:01:46,900 All the variables are almost falling, the same skills and the mean of all the variables is zero and 19 00:01:46,900 --> 00:01:50,800 the variance of all the variables is now equal to one. 20 00:01:52,500 --> 00:01:56,800 We can use this standardized data to create our models.