1 00:00:00,390 --> 00:00:00,830 Hey there. 2 00:00:00,870 --> 00:00:09,540 It's Andre here now in the previous video we saw Daniel use something called a decision tree and use 3 00:00:09,540 --> 00:00:15,330 this model from Psycho learn to create our machine learning model. 4 00:00:15,360 --> 00:00:18,000 Didn't that just seem like magic. 5 00:00:18,000 --> 00:00:19,650 How does that actually work. 6 00:00:19,650 --> 00:00:25,320 Well when it comes to psychic learn and machine learning models we're essentially telling a computer 7 00:00:25,320 --> 00:00:27,360 to hate program yourself. 8 00:00:27,360 --> 00:00:29,190 Figure out the instruction yourself. 9 00:00:29,190 --> 00:00:31,550 Figure out the function right. 10 00:00:31,950 --> 00:00:39,580 And a decision tree is essentially saying hey create an if else statement program by yourself. 11 00:00:40,170 --> 00:00:47,430 So right here we have a lot of if else statement programs visualize and what we're essentially saying 12 00:00:47,460 --> 00:00:55,140 by running that function is saying hey based on the data we provide I'm not going to tell you if this 13 00:00:55,140 --> 00:00:56,370 is true then do this. 14 00:00:56,370 --> 00:00:58,080 If this is false then do this. 15 00:00:58,080 --> 00:00:59,450 I'm not going to tell that for you. 16 00:00:59,460 --> 00:01:07,800 I want you to figure out for yourself and by yourself create a decision tree and if else block if else 17 00:01:07,800 --> 00:01:13,310 statements to predict the next time we give you data that's all it's doing. 18 00:01:13,410 --> 00:01:16,880 It's essentially programming itself based on the data. 19 00:01:16,890 --> 00:01:20,730 Figure out what are the if else blocks. 20 00:01:20,790 --> 00:01:21,950 Isn't that cool. 21 00:01:22,170 --> 00:01:24,970 Thought I should add that I see you in the next one by.