Decision Tree In Machine Learning | Decision Tree Algorithm In Python |Machine Learning |Simplilearn

🔥AI Engineer Masters Program (Discount Code - YTBE15): www.simplilearn.com/masters-i...
🔥Professional Certificate Course In AI And Machine Learning by IIT Kanpur (India Only): www.simplilearn.com/iitk-prof...
🔥AI Engineer Masters Program (Discount Code - YTBE15): www.simplilearn.com/masters-i...
🔥AI & Machine Learning Bootcamp(US Only): www.simplilearn.com/ai-machin...
🔥 Purdue Post Graduate Program In AI And Machine Learning: www.simplilearn.com/pgp-ai-ma...
This Decision Tree in the Machine Learning tutorial will help you understand all the basics of the Decision Tree and how the Decision Tree algorithm works. In the end, we will implement a Decision Tree algorithm in Python on loan payment prediction. This Decision Tree tutorial is ideal for both beginners as well as professionals who want to learn Machine Learning Algorithms.
Below topics are covered in this Decision Tree Algorithm Tutorial:
0. Intro (0:00)
1. What is Machine Learning? ( 02:25 )
2. Types of Machine Learning? ( 03:27 )
3. Problems in Machine Learning ( 04:43 )
4. What is a Decision Tree? ( 06:29 )
5. What are the problems a Decision Tree Solves? ( 07:11 )
6. Advantages of Decision Tree ( 07:54 )
7. How does Decision Tree Work? ( 10:55 )
8. Use Case - Loan Repayment Prediction ( 14:32 )
Dataset Link - drive.google.com/drive/folder...
✅Subscribe to our Channel to learn more about the top Technologies: bit.ly/2VT4WtH
⏩ Check out the Machine Learning tutorial videos: bit.ly/3fFR4f4
Machine Learning Articles: www.simplilearn.com/what-is-a...
👉Learn more at: bit.ly/3fouyY0
#DecisionTreeMachineLearning #DecisionTree #DecisionTreeAlgorithm #DecisionTreeAlgorithmInMachineLearning #DecisionTreePython #DecisionTrees #DecisionTreeExample #MachineLearningAlgorithms #MachineLearningTutorial #Simplilearn
What is a Decision Tree Algorithm?
A Decision Tree is a supervised machine learning algorithm for solving classification problems. Generally, a decision tree is drawn upside down with its root at the top and it is known as the Top-Down Approach. Decision trees are used for handling non-linear data sets effectively. The decision tree tool is used in real life in many areas, such as engineering, civil planning, law, and business.
➡️ About Post Graduate Program In AI And Machine Learning
This AI ML course is designed to enhance your career in AI and ML by demystifying concepts like machine learning, deep learning, NLP, computer vision, reinforcement learning, and more. You'll also have access to 4 live sessions, led by industry experts, covering the latest advancements in AI such as generative modeling, ChatGPT, OpenAI, and chatbots.
✅ Key Features
- Post Graduate Program certificate and Alumni Association membership
- Exclusive hackathons and Ask me Anything sessions by IBM
- 3 Capstones and 25+ Projects with industry data sets from Twitter, Uber, Mercedes Benz, and many more
- Master Classes delivered by Purdue faculty and IBM experts
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Gain access to 4 live online sessions on latest AI trends such as ChatGPT, generative AI, explainable AI, and more
- Learn about the applications of ChatGPT, OpenAI, Dall-E, Midjourney & other prominent tools
✅ Skills Covered
- ChatGPT
- Generative AI
- Explainable AI
- Generative Modeling
- Statistics
- Python
- Supervised Learning
- Unsupervised Learning
- NLP
- Neural Networks
- Computer Vision
- And Many More…
👉 Learn More At:
👉Learn More at: www.simplilearn.com/pgp-data-...
🔥 Enroll for FREE Machine Learning Course & Get your Completion Certificate: www.simplilearn.com/learn-mac...
🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688

Пікірлер: 1 400

  • @SimplilearnOfficial
    @SimplilearnOfficial Жыл бұрын

    🔥Professional Certificate Course In AI And Machine Learning by IIT Kanpur (India Only): www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?AugustTubebuddyExpPCPAIandML&Comments& 🔥AI Engineer Masters Program (Discount Code - YTBE15): www.simplilearn.com/masters-in-artificial-intelligence?SCE-AIMasters&Comments& 🔥AI & Machine Learning Bootcamp(US Only): www.simplilearn.com/ai-machine-learning-bootcamp?MachineLearning-RmajweUFKvM&Comments& 🔥 Purdue Post Graduate Program In AI And Machine Learning: www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?MachineLearning-RmajweUFKvM&Comments&

  • @SimplilearnOfficial
    @SimplilearnOfficial3 жыл бұрын

    We hope this video was useful. The link for the dataset used in the video is provided in the description. Thanks!

  • @rajamoorthy1969
    @rajamoorthy1969 Жыл бұрын

    Excellent tutorial on Decision Tree Classifier. Thanks a ton. It was awesome.

  • @albinchacko8822
    @albinchacko88222 жыл бұрын

    This tutorial was precise and clear. I loved it. Thank you.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Glad it was helpful!

  • @lihang7408
    @lihang74085 жыл бұрын

    Like the demonstration and visualizations. Simple and Clear. The Entropy formula of getting 0.57, I believe is using log base of 10. I tried log base 2 got around 1.91. Thanks for the Video

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Li, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @rzipper1716
    @rzipper17165 жыл бұрын

    Nicely done ! You have a like and a new subscriber.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Woohoo! We are glad to hear it and we welcome you to our community! Do check out our other videos and stay tuned!

  • @ariap9697
    @ariap96974 жыл бұрын

    Just Woooow,the way you teach , simple and perfect!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out our blog page @simplilearn.com and tell us what you think. Have a good day!

  • @bijoyabakali4822
    @bijoyabakali48223 жыл бұрын

    Is there any link to see after we have trained the decision tree , how the model will run for another set of raw data? Such as, for the training, the result is provided in excel sheet but if it is not provided how the trained decision tree will predict?

  • @DJSHIM12
    @DJSHIM124 жыл бұрын

    My question, the model is good and I understand what you have done. However as a newbie, how can I actually see the tree instead of seeing just accuracy scores everywhere if you understand what I am trying to say. As in, is there any way I can actually visualise the graph? Also how can I append my Y predictions to whether the person will be approved a loan to my original dataset? I am seeing everywhere people doing the usual sci-kit learn train test, modelling predictions and checking of the accuracy, but I don't see anywhere of people actually inputting one row of the data and seeing whether the person should be approved of a loan or not. Are you able to help me on this? I can pm my email if needed.

  • @Basketstyler2011
    @Basketstyler20115 жыл бұрын

    Hey there, I tried to recalculate the entropy (12:45) and inserted the data in an online calculator as well as my personal calculator.. unfortunately, me and the online calc get an another result as you present in the video (1.905) with the exact same data using the same formula. So.. are you sure about the result??

  • @akanekawahara1805

    @akanekawahara1805

    5 жыл бұрын

    He calculated them based on log10, would make no difference as long as in the last leafs it becomes 0 with any logarithm base

  • @Aaziz96
    @Aaziz965 жыл бұрын

    Helped me so much for my machine learning project1!!11 Thank you so much!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hey Abdul, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @csorex2376
    @csorex23764 жыл бұрын

    Awesome tutorial. Simple and Clear explanations.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hey Ella, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @johnread3418
    @johnread34185 жыл бұрын

    Hello. Nice explanation. Could you please send along the data set you used for the Use Case? Also, I have a couple questions about the disadvantages of a decision tree. You say that the decision tree is high variance and low bias (at 9:02 minutes into the presentation). #1. I am not sure why low bias is a disadvantage. Why is that? #2. I assume that the closer the decision tree gets to zero entropy (i.e. each leaf contains only one class of data), the higher the variance and the lower the bias. Is that correct? #3. I guess that the art of building a decision tree is finding the best sequence of splitting criteria to employ, and knowing when to stop splitting. I guess you can always continue to split until you reach zero entropy, but toward the end of that process you are just learning noise (overfitting). I assume that choosing the "best" sequence of splitting criteria essentially determines how soon you start learning noise. Please comment on these three questions if you would. Thanks

  • @kumarsaurabh7562
    @kumarsaurabh75622 жыл бұрын

    I guess you should add minus sign before the entropy formula.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @hamzawi2752
    @hamzawi27524 жыл бұрын

    Let me say thank you so much for this huge valuable work. It is so easy, you are a professional teacher.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hey Hamzawi, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @jenniferaduwo6635
    @jenniferaduwo66354 жыл бұрын

    Great explanation, simple to understand thank you!!!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :).

  • @olashoretijesunimi6039
    @olashoretijesunimi60393 жыл бұрын

    Well explained. Enjoyed and got to understand decision trees better. God bless you all!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Glad it was helpful!

  • @cinaralima6035
    @cinaralima6035 Жыл бұрын

    thank you, really liked how you brake down each step to understand how the code works. Thanks

  • @SimplilearnOfficial

    @SimplilearnOfficial

    Жыл бұрын

    Thank you for choosing us as your learning partner. We are thrilled to hear that you enjoyed your experience with us! If you are looking to expand your knowledge further, we invite you to explore our other courses in the description box.

  • @discerningacumen
    @discerningacumen5 жыл бұрын

    Thanks for you clear explanation about what is decision tree. Is it mandatory to learn python language in order to more understand ML? What I only know and am comfortable with are Swift / C/ C++/ Obj-C.

  • @sahayaajay7684
    @sahayaajay76844 жыл бұрын

    @simplilearn Already you import tree for decision tree classifier. Then why could you import tree again in the last line

  • @pphot1
    @pphot15 жыл бұрын

    Thank You! I received all the required data sets.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Thanks Prabir :). Subscribe to our channel and get our new video updates directly into your email. If you have any questions related to these videos, you can post in the comments section, we will clear your queries/doubts.

  • @tapasilhazarika4288
    @tapasilhazarika42885 жыл бұрын

    Awesome tutorials by Simplilearn. I am a learner right now, and you guys are helping me a lot. Thanks a ton. Would request for the data set to practice.

  • @tapasilhazarika4288

    @tapasilhazarika4288

    5 жыл бұрын

    Please send the data set to my mail id: tapasilh@gmail.com

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Tapasil, we are so happy you love our videos. We have sent the requested dataset to your mail ID. Do support us by subscribing to the channel and also by giving a thumbs up to our videos. Thanks. Please do keep checking back in.

  • @lakshmisruthi976
    @lakshmisruthi9763 жыл бұрын

    I have a doubt if my model is overfitting for logistic regression and decision tree . How should, i treat them ?

  • @556west
    @556west2 жыл бұрын

    Thanks a lot for this video tutorial !!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Glad that you chose us on your learning journey Pablo. Cheers!

  • @FabriceMillion
    @FabriceMillion3 жыл бұрын

    Thanks so much for that excellent video, everything is so clear

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Glad it was helpful! Thank you for watching!

  • @guhanathanprathish9704
    @guhanathanprathish97043 жыл бұрын

    wow man.. its been a awesome session to learn a decision tree as simple as possible 👏👏👏👌

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Glad to hear that!

  • @guhanathanprathish9704

    @guhanathanprathish9704

    3 жыл бұрын

    kindly share this dataset to this gmail id : guhanathan05@gmail.com

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Sent!

  • @ragurajan7567
    @ragurajan75675 жыл бұрын

    Very great video. Why was the tree function imported but it wasnt used anywhere?

  • @sahayaajay7684
    @sahayaajay76844 жыл бұрын

    Thanks for your video.Keep going on

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hey Sahaya, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @fenalishah7545
    @fenalishah75453 жыл бұрын

    Hey , I watched your video.And Its amazing. But when I trying to implement in my database its not working. As my database has some string values. So , How do I work on that.

  • @ayoolaoyekanmi939
    @ayoolaoyekanmi9395 жыл бұрын

    Thank you for this...

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hey Ayoola, we're glad you enjoyed this video! If you want to learn more, you can check out this playlist: kzread.info/dash/bejne/p5-uqKtyosrdlrg.html And don't forget to like, share and subscribe to our channel! :)

  • @gunjanturkar6150
    @gunjanturkar61503 жыл бұрын

    Your videos are amazing! Could you please give me the dataset?

  • @shroukezz8878
    @shroukezz88783 жыл бұрын

    can i reduce the compelixity of my decision tree model?

  • @khadarbasha2012
    @khadarbasha20125 жыл бұрын

    Thanks for your Video tutorial, It could be good enough if you plot and visualize them to make understand better

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hey Khadar, thank you for watching our video and for the honest feedback. We will definitely look into this. Do subscribe, like and share to stay connected with us. Cheers :)

  • @_StarBreaker666
    @_StarBreaker6664 жыл бұрын

    How could I use string data for this?

  • @krishnagokulwala4118
    @krishnagokulwala41187 ай бұрын

    Thanku

  • @taylorhosley7894
    @taylorhosley78943 жыл бұрын

    What is the time complexity of the loan use case problem?

  • @aishasiddiquadabeer5143
    @aishasiddiquadabeer51434 жыл бұрын

    Thank you Simplilearn team for the clear explanation. Can you please provide the dataset and the python notebook used in the video?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Aisha, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @Hari-xr7ob
    @Hari-xr7ob5 жыл бұрын

    Great job on the video! Just a very minor language correction. It should read affected and not effected on "Advantages of Decision Tree"s slide

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Hari, thanks for appreciating our work and pointing our mistake as well. We have forwarded this to the relevant department. Do support us by subscribing to our channel and hitting the like button. Cheers!

  • @chhabiacharya307
    @chhabiacharya3074 жыл бұрын

    Thank you :)

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    You're welcome!

  • @muhammadjunaidmajeed1211
    @muhammadjunaidmajeed12114 жыл бұрын

    how to apply fuzzy c4.5 on same data-set?

  • @sathikhatun5313
    @sathikhatun53133 жыл бұрын

    Thanks

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Welcome!

  • @gabriel1991
    @gabriel19915 жыл бұрын

    Hi I would like to know if you could share the references that you use to make the video. I am working on a paper about decision tree and I would like to know about simple and good references about the subject.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Gabriel, you can check out geeks for geeks and Medium.

  • @midhileshmomidi2434
    @midhileshmomidi24345 жыл бұрын

    Hello team, I have a doubt in this that we took almost 100 random cases and we got accuracy 94% and what if we run it again and chances that accuracy go down because it may test different cases again

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Yes, there could be variation in accuracy every time you train the model

  • @paulchelladurai3880
    @paulchelladurai38805 жыл бұрын

    How do we decide the opt numbers for the parameters max_depth and min_samples_leaf?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    We just try out a few numbers that are generally used and increase it until we notice that the model's accuracy seems to detoriate.

  • @jjmondal
    @jjmondal2 жыл бұрын

    15:10 from sklearn.model_selection import train_test_split

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )

  • @Kamalabhrt
    @Kamalabhrt5 жыл бұрын

    Hello team, it helped me a lot.. How can we do CustomerSegmentation with help of clustering and also Splitting the Train and Test Data.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    You can check this video out: kzread.info/dash/bejne/a4loypipitqclps.html

  • @jasnden
    @jasnden5 жыл бұрын

    hi.. can someone clarify on 1:5 in balance_data.values? i don't get it.. does 1:5 means you go through first column to fifth column? and in Y, the 0 is the result column?

  • @being_sharan

    @being_sharan

    5 жыл бұрын

    In Python, 1:5 goes from 1 to 4. It subtracts 1 from the final index. And yes, 0 is the desired result - whether or not to give the loan(yes/no)

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    That's right. Thanks.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    You are right ! Thanks.

  • @chaitanyakumarmadala9299
    @chaitanyakumarmadala92996 жыл бұрын

    Why do we need to consider House Number field for Classification ?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Chaitanya, thanks for watching our video. House number field is a continuous variable and not a categorical, it cannot be used for classification. Hope you are clarified now. Thanks.

  • @shaheduzzamanshahed3474
    @shaheduzzamanshahed34745 жыл бұрын

    how can we visualize decision tree?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Shahed, you can visualize using this code: "from sklearn.externals.six import StringIO from IPython.display import Image from sklearn.tree import export_graphviz import pydotplus dot_data = StringIO() export_graphviz(dtree, out_file=dot_data, filled=True, rounded=True, special_characters=True) graph = pydotplus.graph_from_dot_data(dot_data.getvalue()) Image(graph.create_png())"

  • @mazdaksorosh3568
    @mazdaksorosh35686 жыл бұрын

    @ 09:00, is low biased model not the same as overfitting? Also, could you please elaborate how a model becomes unstable due to lack of variation in the data. Many thanks.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Mazdak Sorosh, "Overfitting occurs due to a low bias but high variance. Going by the bias-variance trade-off theory, if the variance is low, the complexity of the model decreases which is a good thing. But, the value of the bias increases which would give us inaccurate predictions." Please share your doubts or feedback in the comment section below and we'll have our experts answer it for you. Thanks for watching the video. Cheers!

  • @mazdaksorosh3568

    @mazdaksorosh3568

    6 жыл бұрын

    Simplilearn it is clear for me. Your reply is much appreciated. Thanks!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @vman9630
    @vman96305 жыл бұрын

    Wait... so what is the root node, and when did you specify which variable to take into account next? Isn't that the point of a decision tree?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Your very first split would be the root node. Of course, with an algorithm, this is figured out internally. you can fine tune your model for better accuracy.

  • @ssabhidubey10
    @ssabhidubey106 жыл бұрын

    i cant understand how the separation and splitting is working in the programming. Can someone explain it to me.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Abhishek, Entropy is calculated for the relationship between every individual independent variable and the dependent variable. The one that gives the lowest entropy will be your first split. This procedure continues until your "yes" and "no" classes (leaf nodes) have been separated. Hope that helps.

  • @manasacharya8944
    @manasacharya89445 жыл бұрын

    Hey! Great lesson Would be great if you'd share the data set too!!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Manas, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @nishant6309

    @nishant6309

    3 жыл бұрын

    @@SimplilearnOfficial shashankkumar4263@gmail.com

  • @kabuki-kai1900
    @kabuki-kai19005 жыл бұрын

    This is a great video, but I have a couple of questions. 1.) I understand that your model is ~94% accurate, but what "is" the model? 2.) How would a bank use it? Is it a formula that they plug numbers into, or is it a series of questions they ask to lead them to the answer?

  • @taritroghoshal8232

    @taritroghoshal8232

    5 жыл бұрын

    The decision tree classifier is the model where the maximum depth and minimum leaf node parameters were set by the user. A bank can use a similar CSV file that is given as input in this video with all the information and feed it to such a model to get predictions.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Taritro, thanks for your input! Cheers!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    By model, we mean an algorithm( decision tree in our case) that has been trained with the relevant data. The bank uses similar data as is used for training to predict if the customer will repay the loan or not.

  • @raja.57
    @raja.5711 ай бұрын

    I really amazed when i did not find good content and the last moment to quit, I hit upon a plan like thirsty crow and I search "Simplilearn" to satisfy my soul and knowledge . Really Appreciatable Efforts and carry on till last moment

  • @SimplilearnOfficial

    @SimplilearnOfficial

    11 ай бұрын

    We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!

  • @lagatrupo2951
    @lagatrupo29512 жыл бұрын

    Very clear tutorial.Can I please get a copy of the dataset used for the tutorial?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @andadajizsalam3
    @andadajizsalam35 жыл бұрын

    How to visualize decision tree in this case? actually I still didn't get how to read the result..

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Andad, you can visualize using this code: "from sklearn.externals.six import StringIO from IPython.display import Image from sklearn.tree import export_graphviz import pydotplus dot_data = StringIO() export_graphviz(dtree, out_file=dot_data, filled=True, rounded=True, special_characters=True) graph = pydotplus.graph_from_dot_data(dot_data.getvalue()) Image(graph.create_png())"

  • @ashishjindal2677
    @ashishjindal26776 жыл бұрын

    Your videos are really helpfull. Could you please provide the data set that you used in the video. Thanks :)

  • @ashishjindal2677

    @ashishjindal2677

    6 жыл бұрын

    ashishjindal1997@gmail.com

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Ashish, thanks for watching our video. I have sent the requested video to your email ID. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!

  • @gulafridi2440
    @gulafridi2440 Жыл бұрын

    Hi, would it be possible to have the dataset for the decision tree tutorial please.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    Жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @partialtransmission5815
    @partialtransmission58154 жыл бұрын

    Thanks for the video. The big-game hunter/poacher example can be replaced.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Thanks for the suggetion!

  • @aakritisingla3235
    @aakritisingla32354 жыл бұрын

    Where can i download the dataset from?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Aakriti, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @samgordonson2941
    @samgordonson29415 жыл бұрын

    Well, Explained Sir! can you please email me the dataset to implement, thank you!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Sam, thanks for appreciating our work. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @HaithamAlshari
    @HaithamAlshari5 жыл бұрын

    This video is very good & helps me in understanding the concept better. Can you send me the csv file.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Haitham, please leave your email ID in the comment section below. We will send the dataset directly to your inbox. Thanks!

  • @kudeepak1998
    @kudeepak19984 жыл бұрын

    Great video!! Could you please share the dataset and python code of it ?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Deepak, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @sreelatha9560
    @sreelatha95606 жыл бұрын

    Could you please provide the data set that you used in the video

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Sree Latha, I am glad that you found our video helpful. It would be easy for us to send the dataset if you can provide your email id. If you want your email ID should not be displayed in the comment section, we can do that as well. Hope that helps.

  • @izharmehar
    @izharmehar6 жыл бұрын

    Hey may I get the dataset? The video is informative and easy to understand!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Izhar, thanks for watching our video. It would be great if you could share your email Id with us so that we can share the requested data files. If you want your email ID should be hidden from others, we can do that as well. Thanks.

  • @leilatalebpour55
    @leilatalebpour554 жыл бұрын

    Hi , Great Video. Can we have the Data set you used?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Leila, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @gautam4941
    @gautam49414 жыл бұрын

    Good Examply. Kindly send the data set. 1) Please, Explain Arguments like criterion, random state, max depth, min simples leaf. In more depth. 2) Please, show how to the diagram o final decision tree after prediction in Detail.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Gautam, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @dishamishra4414
    @dishamishra44145 жыл бұрын

    hey sir! accuracy is of training or testing?

  • @harshassp9144

    @harshassp9144

    5 жыл бұрын

    accuracy tells about our model prediction(confidence) after training with train data you will get accuracy by using x_tst data,

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Harsha, thanks for your valuable input!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Disha, accuracy mainly focuses on testing.

  • @collinsudanor4239
    @collinsudanor42395 жыл бұрын

    Very simple to understand. Please can I get the data set used for the example? Thanks

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Collins, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @aksontv
    @aksontv4 жыл бұрын

    Awesome video! Could you share the data set please?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Muhammad, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @aksontv

    @aksontv

    4 жыл бұрын

    @@SimplilearnOfficial aksontv74@gmail.com ! I have also mentioned my email on your other videos but not receive any dataset yet please change your policy of giving datasets only on demand. You may know well dataset is required to practice and if someone watch your video and comment for dataset and your reply may be late thats happening then we have to move on other channels which we don't want because you are awesome in teaching but please its my request to do something better for datasets. Is it possible for you to provide dataset in description?

  • @dariodisotto5817
    @dariodisotto58174 жыл бұрын

    Hi I like your lecture. Please can you supply the dataset used in the video. Thank you.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Dario, thanks for appreciating our work. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @malteshkumarmarvel2414
    @malteshkumarmarvel24143 жыл бұрын

    hi simlilearn ,do you have any github account to acceses example codes and data sets for practising, if in case yes,pls drop a github link pls....

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Hi Maltesh, we can send over the dataset to you if you can share your email id. We can keep it hidden too, if you want. Thanks for watching!

  • @SAAZANRAI
    @SAAZANRAI6 жыл бұрын

    What happens if a pure subset is not possible from the given data?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Sajan, The goal of Decision tree algorithm is to result in a subset with less impurity. So when we apply this algorithm, it will give pure subset itself. But if we have not achieved the same, then we need to further split a node to get the pure subset. Hope this answers your query. Thanks :)

  • @hamidrezanabati

    @hamidrezanabati

    5 жыл бұрын

    Would you please send me the data set?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Hamid, thanks for checking out our tutorial. We have sent the requested dataset to your mail ID. Do subscribe, like and share to stay connected with us. Cheers :)

  • @yuqili2588
    @yuqili25882 жыл бұрын

    Thanks a lot for your explanations, can you send me the dataset so I can use to try it out?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @charlescole6373
    @charlescole63732 жыл бұрын

    I would like to download Dataset 2. Please advise how to do so.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @20RODENT
    @20RODENT5 жыл бұрын

    Hi, thank you for the really helpful video. Can I please get a copy of the dataset used for the tutorial?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Ratnadeep, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @20RODENT

    @20RODENT

    5 жыл бұрын

    @@SimplilearnOfficial Thank you for the response. I am happy to provide my email id to you but I don't want to share it on a public forum. Is it possible to do that?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Ratnadeep, you can share your email ID with no hesitation because no comments get published without our approval.

  • @rajnishrajput
    @rajnishrajput6 жыл бұрын

    Hello Simplilearn, is it possible to share the notebook possibly on github so that we can have dataset from there itself and also the code

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Rajnish, it will not be possible to share the code, dataset on github. However, you can share your email id and we will send the dataset right away! If you wish your email id not to be seen in the comments, we can do that as well. Hope that helps!

  • @rajnishrajput

    @rajnishrajput

    6 жыл бұрын

    Simplilearn.ok please send it to rajnishrajput12@gmail.com

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Hi Rajnish, I have shared the dataset with you over mail. Let me know in case you find any difficulty in implementing the same in Machine Learning. Cheers

  • @StimulatedGamer
    @StimulatedGamer5 жыл бұрын

    can i get the data set for further study ?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Siddharth, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @gulshank1987
    @gulshank19876 жыл бұрын

    Could you put up tutorials on angoss or tableau ??

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    We have passed on your request to the team and they will be soon coming up with Tableau tutorial videos. Do subscribe to the channel and press the BELL icon for never missing another update. Cheers!

  • @gulshank1987

    @gulshank1987

    6 жыл бұрын

    Simplilearn : I have subscribed over a month ago. Would request you to put up angoss n tableau videos since it is gaining popularity in financial domain and its utilisation has shot up tremendously. Cheers

  • @SimplilearnOfficial

    @SimplilearnOfficial

    6 жыл бұрын

    Sure, we have informed the relevant team. Meanwhile, you can go through our Tableau playlist videos: kzread.info/head/PLEiEAq2VkUUJEvrsey26P-Bj4Vk6BLBVC

  • @giannipischedda2354

    @giannipischedda2354

    5 жыл бұрын

    I am working on one with Angoss KnowledfeSEEKER

  • @kushagramishra2648
    @kushagramishra26485 жыл бұрын

    Your tutorials are very good but why don,t you provide a link to the dataset

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Sorry, Kushagra. We don't have the external source for the dataset. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @reddaiahbn9154
    @reddaiahbn91545 жыл бұрын

    Dear Simplilearn, nice video about Decision Tree algorithm. can you please share the data and code ?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi, thanks for the kind comment. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @reddaiahbn9154

    @reddaiahbn9154

    5 жыл бұрын

    invinciblereddaiah@gmail.com

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi, thanks for sending us your email ID. We have sent the requested dataset to your mail ID. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @dorponthemirror6981

    @dorponthemirror6981

    5 жыл бұрын

    @@SimplilearnOfficial May I have data_2.csv file and code, sir? My email: akhlak.ashik@gmail.com

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Akhlak, thanks for sending us your email ID. We have sent the requested dataset to your mail ID. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @javierr5845
    @javierr58455 жыл бұрын

    Hi, anyone knows from where can i get the database used here ?, please! nice tut

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Javier, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @javierr5845

    @javierr5845

    5 жыл бұрын

    Simplilearn where can I leave my email? Here or in one of yours social media’s? Thanks in advance 🙌🏽

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Javier, you can mention your email ID in the comment section only. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @haribabusompalli4203
    @haribabusompalli42035 жыл бұрын

    Nice Tutorial, Can i get the data set?. which will be very helpful.

  • @haribabusompalli4203

    @haribabusompalli4203

    5 жыл бұрын

    hari.sompalli0205@gmail.com Please share thedataset to this mail id. Thanks in Advance.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Hari, thanks for checking out our tutorial. We hope we have helped. We have also sent the requested dataset to your mail ID. Do support us by subscribing to the channel and giving a thumbs up to our videos. Thanks.

  • @edgatti4367
    @edgatti43675 жыл бұрын

    Hello, The tutorial is really well explained, but could You please provide a data set of this training and other trainings? Thanks a lot!

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Edvinas, thanks for appreciating our work. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @edgatti4367

    @edgatti4367

    5 жыл бұрын

    ​@@SimplilearnOfficial balandis.edvinas@ gmail.com

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Edvinas, thanks for sharing your email ID. We have sent the requested dataset to your mail ID. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @madhuripolimetla7224
    @madhuripolimetla72245 жыл бұрын

    Can you please share the dataset?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Madhuri, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @AjaySharma-pg9cp
    @AjaySharma-pg9cp5 жыл бұрын

    In original dataset we have 3 giraffe but while show casing the spilts the 1 goes missing, we it gone might be in jungle

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Ajay, thanks for watching our tutorial. Regarding your query, the answer is "Yes", the giraffe that got away. Cheers!

  • @UdayKumar-xq1ve

    @UdayKumar-xq1ve

    5 жыл бұрын

    It was reluctant to classified :), also if we give a white tiger where will that fit?

  • @steves1989
    @steves19894 жыл бұрын

    Hello, is it possible to get the data file?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hi Steve, we have sent the dataset already to your inbox. Thanks.

  • @sego2502
    @sego25022 жыл бұрын

    Good work guys Could you please provide me the dataset?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @AnshumanDVD
    @AnshumanDVD4 жыл бұрын

    very very well explained, but it goes incomplete without decision tree graph to be explained with criteria for the loan_example

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Thanks Anshuman for pointing that out. We will definitely pass this to the concerned team. Thanks.

  • @Ali-1A295
    @Ali-1A2952 жыл бұрын

    Thank you for this useful video , Can you send to me the database , that you used please

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @pavanayadav6814
    @pavanayadav68142 жыл бұрын

    can you please share the csv...

  • @SimplilearnOfficial

    @SimplilearnOfficial

    2 жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @tahrin.choudhury
    @tahrin.choudhury4 жыл бұрын

    Can you provide the dataset? I need to practice.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Tahrin, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @aaabeenav7
    @aaabeenav7 Жыл бұрын

    can i get dataset please for practice

  • @SimplilearnOfficial

    @SimplilearnOfficial

    Жыл бұрын

    Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @Mohith7548
    @Mohith75485 жыл бұрын

    where is the link to your data@.csv in the video description

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Kune, thanks for watching our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @Mohith7548

    @Mohith7548

    5 жыл бұрын

    @@SimplilearnOfficial I'll be happy if you kindly send the required files to mohithfast@mailinator.com and I don't want to be spammed.

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hi Kune, thanks for sharing your email ID with us. We have sent the requested dataset to your mail ID. Do subscribe and stay tuned for updates on our channel. Cheers :)

  • @ADESHKUMAR-yz2el
    @ADESHKUMAR-yz2el3 жыл бұрын

    12:15 thankyou sir i was about to quit but your words stopped me😂

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Haha! We hope you found our video helpful. For more machine learning videos, check out our playlist: kzread.info/dash/bejne/p5-uqKtyosrdlrg.html

  • @descendantsoftheheroes_660
    @descendantsoftheheroes_6603 жыл бұрын

    Sir g ..Caption include kr dijiye in all video of .. Analytics tools .. Plzzz

  • @SimplilearnOfficial

    @SimplilearnOfficial

    3 жыл бұрын

    Sorry about that. We will try to implement that in future videos.

  • @leobardovalera
    @leobardovalera4 жыл бұрын

    Is it possible to get data file to do exactly your example?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    4 жыл бұрын

    Hello Leobardo, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @leobardovalera

    @leobardovalera

    4 жыл бұрын

    @@SimplilearnOfficial leobardovalera@gmail.com thanks

  • @vivek9917333300
    @vivek99173333005 жыл бұрын

    Video is really nice but how can I get this dataset?

  • @SimplilearnOfficial

    @SimplilearnOfficial

    5 жыл бұрын

    Hello Vivek, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @deerejbalaji8594
    @deerejbalaji85945 жыл бұрын

    I am getting an error as "No Module named- sklearn .cross_validation". Anyone, Please help me to solve this problem, please.

  • @satuye69

    @satuye69

    3 жыл бұрын

    use from sklearn.model_selection import train_test_split he say this in the video

Келесі