"🔥Caltech Post Graduate Program In AI And Machine Learning - www.simplilearn.com/artificial-intelligence-masters-program-training-course?RmajweUFKvM&Comments&KZbin 🔥IITK - Professional Certificate Course in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?RmajweUFKvM&Comments&KZbin 🔥Purdue - Post Graduate Program in AI and Machine Learning - www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?RmajweUFKvM&Comments&KZbin 🔥IITG - Professional Certificate Program in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitg-generative-ai-machine-learning-program?RmajweUFKvM&Comments&KZbin 🔥Caltech - AI & Machine Learning Bootcamp (US Only) - www.simplilearn.com/ai-machine-learning-bootcamp?RmajweUFKvM&Comments&KZbin"
@SimplilearnOfficial3 жыл бұрын
We hope this video was useful. The link for the dataset used in the video is provided in the description. Thanks!
@lihang74086 жыл бұрын
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
@SimplilearnOfficial6 жыл бұрын
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 :)
@albinchacko88223 жыл бұрын
This tutorial was precise and clear. I loved it. Thank you.
@SimplilearnOfficial3 жыл бұрын
Glad it was helpful!
@cinaralima6035 Жыл бұрын
thank you, really liked how you brake down each step to understand how the code works. Thanks
@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.
@GwendolynYang5 жыл бұрын
Entropy formula was wrong at 13:05. It should have a minus sign to get a positive value. It is either Entropy = -sum(p log p) Or Entropy = sum( p log 1/p )
@SimplilearnOfficial5 жыл бұрын
Thanks for pointing out! We will definitely share the issue with our team.
@kahkashankanwal5 жыл бұрын
The formula for entropy is -sum (p log p)
@SimplilearnOfficial5 жыл бұрын
Thanks for your input!
@olashoretijesunimi60394 жыл бұрын
Well explained. Enjoyed and got to understand decision trees better. God bless you all!
@SimplilearnOfficial4 жыл бұрын
Glad it was helpful!
@kumarsaurabh75623 жыл бұрын
I guess you should add minus sign before the entropy formula.
@SimplilearnOfficial3 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@raja.57 Жыл бұрын
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 Жыл бұрын
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!
@ariap96974 жыл бұрын
Just Woooow,the way you teach , simple and perfect!
@SimplilearnOfficial4 жыл бұрын
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!
@rzipper17166 жыл бұрын
Nicely done ! You have a like and a new subscriber.
@SimplilearnOfficial6 жыл бұрын
Woohoo! We are glad to hear it and we welcome you to our community! Do check out our other videos and stay tuned!
@guhanathanprathish97044 жыл бұрын
wow man.. its been a awesome session to learn a decision tree as simple as possible 👏👏👏👌
@SimplilearnOfficial4 жыл бұрын
Glad to hear that!
@guhanathanprathish97044 жыл бұрын
kindly share this dataset to this gmail id : guhanathan05@gmail.com
@SimplilearnOfficial4 жыл бұрын
Sent!
@Basketstyler20116 жыл бұрын
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??
@akanekawahara18055 жыл бұрын
He calculated them based on log10, would make no difference as long as in the last leafs it becomes 0 with any logarithm base
@rajamoorthy1969 Жыл бұрын
Excellent tutorial on Decision Tree Classifier. Thanks a ton. It was awesome.
@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.
@csorex23765 жыл бұрын
Awesome tutorial. Simple and Clear explanations.
@SimplilearnOfficial5 жыл бұрын
Hey Ella, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
@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
@jjmondal2 жыл бұрын
15:10 from sklearn.model_selection import train_test_split
@SimplilearnOfficial2 жыл бұрын
Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )
@agentesAi2 жыл бұрын
Thanks a lot for this video tutorial !!
@SimplilearnOfficial2 жыл бұрын
Glad that you chose us on your learning journey Pablo. Cheers!
@hamzawi27525 жыл бұрын
Let me say thank you so much for this huge valuable work. It is so easy, you are a professional teacher.
@SimplilearnOfficial5 жыл бұрын
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 :)
@pphot16 жыл бұрын
Thank You! I received all the required data sets.
@SimplilearnOfficial6 жыл бұрын
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.
@Aaziz966 жыл бұрын
Helped me so much for my machine learning project1!!11 Thank you so much!
@SimplilearnOfficial6 жыл бұрын
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 :)
@tapasilhazarika42886 жыл бұрын
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.
@tapasilhazarika42886 жыл бұрын
Please send the data set to my mail id: tapasilh@gmail.com
@SimplilearnOfficial6 жыл бұрын
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.
@gautam49415 жыл бұрын
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.
@SimplilearnOfficial5 жыл бұрын
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.
@kabuki-kai19006 жыл бұрын
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?
@taritroghoshal82325 жыл бұрын
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.
@SimplilearnOfficial5 жыл бұрын
Hi Taritro, thanks for your input! Cheers!
@SimplilearnOfficial5 жыл бұрын
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.
@FabriceMillion3 жыл бұрын
Thanks so much for that excellent video, everything is so clear
@SimplilearnOfficial3 жыл бұрын
Glad it was helpful! Thank you for watching!
@bijoyabakali48224 жыл бұрын
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?
@jenniferaduwo66355 жыл бұрын
Great explanation, simple to understand thank you!!!
@SimplilearnOfficial5 жыл бұрын
Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :).
@sahayaajay76845 жыл бұрын
Thanks for your video.Keep going on
@SimplilearnOfficial5 жыл бұрын
Hey Sahaya, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
@lagatrupo29512 жыл бұрын
Very clear tutorial.Can I please get a copy of the dataset used for the tutorial?
@SimplilearnOfficial2 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@sathikhatun53134 жыл бұрын
Thanks
@SimplilearnOfficial4 жыл бұрын
Welcome!
@Hari-xr7ob6 жыл бұрын
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
@SimplilearnOfficial6 жыл бұрын
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!
@ADESHKUMAR-yz2el4 жыл бұрын
12:15 thankyou sir i was about to quit but your words stopped me😂
@SimplilearnOfficial4 жыл бұрын
Haha! We hope you found our video helpful. For more machine learning videos, check out our playlist: kzbin.info/www/bejne/q5zdd3xvp8yqnLc
@sahayaajay76845 жыл бұрын
@simplilearn Already you import tree for decision tree classifier. Then why could you import tree again in the last line
@discerningacumen6 жыл бұрын
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.
@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.
@SimplilearnOfficial6 жыл бұрын
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!
@mazdaksorosh35686 жыл бұрын
Simplilearn it is clear for me. Your reply is much appreciated. Thanks!
@SimplilearnOfficial6 жыл бұрын
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!
@chhabiacharya3074 жыл бұрын
Thank you :)
@SimplilearnOfficial4 жыл бұрын
You're welcome!
@partialtransmission58154 жыл бұрын
Thanks for the video. The big-game hunter/poacher example can be replaced.
@SimplilearnOfficial4 жыл бұрын
Thanks for the suggetion!
@ayoolaoyekanmi9395 жыл бұрын
Thank you for this...
@SimplilearnOfficial5 жыл бұрын
Hey Ayoola, we're glad you enjoyed this video! If you want to learn more, you can check out this playlist: kzbin.info/www/bejne/q5zdd3xvp8yqnLc And don't forget to like, share and subscribe to our channel! :)
@aishasiddiquadabeer51435 жыл бұрын
Thank you Simplilearn team for the clear explanation. Can you please provide the dataset and the python notebook used in the video?
@SimplilearnOfficial5 жыл бұрын
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.
@ragurajan75675 жыл бұрын
Very great video. Why was the tree function imported but it wasnt used anywhere?
@gulafridi24402 жыл бұрын
Hi, would it be possible to have the dataset for the decision tree tutorial please.
@SimplilearnOfficial2 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@gunjanturkar61504 жыл бұрын
Your videos are amazing! Could you please give me the dataset?
@aksontv5 жыл бұрын
Awesome video! Could you share the data set please?
@SimplilearnOfficial5 жыл бұрын
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.
@aksontv5 жыл бұрын
@@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?
@lakshmisruthi9764 жыл бұрын
I have a doubt if my model is overfitting for logistic regression and decision tree . How should, i treat them ?
@khadarbasha20126 жыл бұрын
Thanks for your Video tutorial, It could be good enough if you plot and visualize them to make understand better
@SimplilearnOfficial6 жыл бұрын
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 :)
@taylorhosley78944 жыл бұрын
What is the time complexity of the loan use case problem?
@collinsudanor42395 жыл бұрын
Very simple to understand. Please can I get the data set used for the example? Thanks
@SimplilearnOfficial5 жыл бұрын
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.
@paulchelladurai38806 жыл бұрын
How do we decide the opt numbers for the parameters max_depth and min_samples_leaf?
@SimplilearnOfficial5 жыл бұрын
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.
@reddaiahbn91546 жыл бұрын
Dear Simplilearn, nice video about Decision Tree algorithm. can you please share the data and code ?
@SimplilearnOfficial6 жыл бұрын
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.
@reddaiahbn91546 жыл бұрын
invinciblereddaiah@gmail.com
@SimplilearnOfficial6 жыл бұрын
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!
@dorponthemirror69815 жыл бұрын
@@SimplilearnOfficial May I have data_2.csv file and code, sir? My email: akhlak.ashik@gmail.com
@SimplilearnOfficial5 жыл бұрын
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!
@yuqili25882 жыл бұрын
Thanks a lot for your explanations, can you send me the dataset so I can use to try it out?
@SimplilearnOfficial2 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@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.
@SimplilearnOfficial5 жыл бұрын
You can check this video out: kzbin.info/www/bejne/b4aXmWmmj9xpnJo
@AnshumanDVD5 жыл бұрын
very very well explained, but it goes incomplete without decision tree graph to be explained with criteria for the loan_example
@SimplilearnOfficial5 жыл бұрын
Thanks Anshuman for pointing that out. We will definitely pass this to the concerned team. Thanks.
@manasacharya89445 жыл бұрын
Hey! Great lesson Would be great if you'd share the data set too!!
@SimplilearnOfficial5 жыл бұрын
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.
@nishant63093 жыл бұрын
@@SimplilearnOfficial shashankkumar4263@gmail.com
@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?
@SimplilearnOfficial5 жыл бұрын
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.
@sego25022 жыл бұрын
Good work guys Could you please provide me the dataset?
@SimplilearnOfficial2 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@HaithamAlshari6 жыл бұрын
This video is very good & helps me in understanding the concept better. Can you send me the csv file.
@SimplilearnOfficial6 жыл бұрын
Hi Haitham, please leave your email ID in the comment section below. We will send the dataset directly to your inbox. Thanks!
@leilatalebpour555 жыл бұрын
Hi , Great Video. Can we have the Data set you used?
@SimplilearnOfficial5 жыл бұрын
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.
@Ali-1A2952 жыл бұрын
Thank you for this useful video , Can you send to me the database , that you used please
@SimplilearnOfficial2 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@charlescole63733 жыл бұрын
I would like to download Dataset 2. Please advise how to do so.
@SimplilearnOfficial3 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@shroukezz88784 жыл бұрын
can i reduce the compelixity of my decision tree model?
@SAAZANRAI6 жыл бұрын
What happens if a pure subset is not possible from the given data?
@SimplilearnOfficial6 жыл бұрын
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 :)
@hamidrezanabati6 жыл бұрын
Would you please send me the data set?
@SimplilearnOfficial6 жыл бұрын
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 :)
@descendantsoftheheroes_6604 жыл бұрын
Sir g ..Caption include kr dijiye in all video of .. Analytics tools .. Plzzz
@SimplilearnOfficial4 жыл бұрын
Sorry about that. We will try to implement that in future videos.
@dishamishra44145 жыл бұрын
hey sir! accuracy is of training or testing?
@harshassp91445 жыл бұрын
accuracy tells about our model prediction(confidence) after training with train data you will get accuracy by using x_tst data,
@SimplilearnOfficial5 жыл бұрын
Hi Harsha, thanks for your valuable input!
@SimplilearnOfficial5 жыл бұрын
Hi Disha, accuracy mainly focuses on testing.
@kushagramishra26486 жыл бұрын
Your tutorials are very good but why don,t you provide a link to the dataset
@SimplilearnOfficial6 жыл бұрын
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.
@sanjeevdutt58674 жыл бұрын
In Path you named as one folder as Marketing Video's . Overall Lecture is pretty good but I want to know about Gemini Index which is not mentioned in whole video
@SimplilearnOfficial4 жыл бұрын
Hey Sanjeev, 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 :)
@sanjeevdutt58674 жыл бұрын
@@SimplilearnOfficial I am correcting it's Gini Index
@ashishjindal26776 жыл бұрын
Your videos are really helpfull. Could you please provide the data set that you used in the video. Thanks :)
@ashishjindal26776 жыл бұрын
ashishjindal1997@gmail.com
@SimplilearnOfficial6 жыл бұрын
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!
@chaitanyaKumar9436 жыл бұрын
Why do we need to consider House Number field for Classification ?
@SimplilearnOfficial6 жыл бұрын
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.
@gulshank19876 жыл бұрын
Could you put up tutorials on angoss or tableau ??
@SimplilearnOfficial6 жыл бұрын
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!
@gulshank19876 жыл бұрын
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
@SimplilearnOfficial6 жыл бұрын
Sure, we have informed the relevant team. Meanwhile, you can go through our Tableau playlist videos: kzbin.info/aero/PLEiEAq2VkUUJEvrsey26P-Bj4Vk6BLBVC
@giannipischedda23546 жыл бұрын
I am working on one with Angoss KnowledfeSEEKER
@kudeepak19985 жыл бұрын
Great video!! Could you please share the dataset and python code of it ?
@SimplilearnOfficial5 жыл бұрын
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.
@haribabusompalli42036 жыл бұрын
Nice Tutorial, Can i get the data set?. which will be very helpful.
@haribabusompalli42036 жыл бұрын
hari.sompalli0205@gmail.com Please share thedataset to this mail id. Thanks in Advance.
@SimplilearnOfficial6 жыл бұрын
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.
@dariodisotto58175 жыл бұрын
Hi I like your lecture. Please can you supply the dataset used in the video. Thank you.
@SimplilearnOfficial5 жыл бұрын
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.
@fenalishah75454 жыл бұрын
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.
@AjaySharma-pg9cp6 жыл бұрын
In original dataset we have 3 giraffe but while show casing the spilts the 1 goes missing, we it gone might be in jungle
@SimplilearnOfficial6 жыл бұрын
Hi Ajay, thanks for watching our tutorial. Regarding your query, the answer is "Yes", the giraffe that got away. Cheers!
@UdayKumar-xq1ve5 жыл бұрын
It was reluctant to classified :), also if we give a white tiger where will that fit?
@vivek99173333005 жыл бұрын
Video is really nice but how can I get this dataset?
@SimplilearnOfficial5 жыл бұрын
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.
@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!
@SimplilearnOfficial5 жыл бұрын
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.
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!
@pinakipatra1015 жыл бұрын
Hi , This is an excellent video. could you please send me the data sets.
@SimplilearnOfficial5 жыл бұрын
Hello Pinaki, 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.
@pavanayadav68143 жыл бұрын
can you please share the csv...
@SimplilearnOfficial3 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@kamranabbasi67573 жыл бұрын
You shoud have dropped 'House Number' from the data frame as it won't effect whether someone will pay the loan or not...
@SimplilearnOfficial3 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@izharmehar6 жыл бұрын
Hey may I get the dataset? The video is informative and easy to understand!
@SimplilearnOfficial6 жыл бұрын
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.
@manavjangid80915 жыл бұрын
Can Entropy greater than 1????
@SimplilearnOfficial5 жыл бұрын
Entropy is measured between 0 and 1. Depending on the number of classes in your dataset, entropy can be greater than 1 but it means the same thing , a very high level of disorder.
@aaabeenav72 жыл бұрын
can i get dataset please for practice
@SimplilearnOfficial2 жыл бұрын
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
@krishnagokulwala4118 Жыл бұрын
Thanku
@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.
@SimplilearnOfficial5 жыл бұрын
Hi Gabriel, you can check out geeks for geeks and Medium.
@goodgobikha17464 жыл бұрын
And why u didn't draw tree diagram using sklearn
@SimplilearnOfficial3 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@samgordonson29415 жыл бұрын
Well, Explained Sir! can you please email me the dataset to implement, thank you!
@SimplilearnOfficial5 жыл бұрын
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.
@charlescole63734 жыл бұрын
Please provide Decision Tree data set.
@SimplilearnOfficial4 жыл бұрын
We have sent the dataset to your mail ID.
@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
@SimplilearnOfficial5 жыл бұрын
Yes, there could be variation in accuracy every time you train the model
@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
@SimplilearnOfficial6 жыл бұрын
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!
@rajnishrajput6 жыл бұрын
Simplilearn.ok please send it to rajnishrajput12@gmail.com
@SimplilearnOfficial6 жыл бұрын
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
@roudrasaha55825 жыл бұрын
Can I get a copy of the Data? I am a master student learning Robotics, want to learn more about Machine Learning.
@SimplilearnOfficial5 жыл бұрын
Yes, you can. To kickstart, start with this amazing playlist which helped a lot of people: kzbin.info/www/bejne/q5zdd3xvp8yqnLc. This playlist will provide you with a solid basic knowledge of Machine learning and its types with examples. It has videos both in R and Python. If you want to go further and get certified in Machine learning, check this out: www.simplilearn.com/big-data-and-analytics/machine-learning-certification-training-course.
@madhuripolimetla72246 жыл бұрын
Can you please share the dataset?
@SimplilearnOfficial6 жыл бұрын
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.
@StimulatedGamer6 жыл бұрын
can i get the data set for further study ?
@SimplilearnOfficial6 жыл бұрын
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.
@level02up443 жыл бұрын
it could be very useful tutorial in machine learning...... can you provide me the dataset file attachment?
@SimplilearnOfficial3 жыл бұрын
Hello, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we can 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 too. Hope that helps.
@sreelatha95606 жыл бұрын
Could you please provide the data set that you used in the video
@SimplilearnOfficial6 жыл бұрын
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.
@chandanasree18083 жыл бұрын
Like your entire tutorial for Data science! I want to try this program, please send me the data set related to this video.
@chandanasree18083 жыл бұрын
chandana.sree145@gmail.com
@Warrior0Ech5 жыл бұрын
Hey! Nice Vid, can I have the datasheet so I can practice? Best regards
@SimplilearnOfficial5 жыл бұрын
Hello, 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.
@Warrior0Ech5 жыл бұрын
Ericchiquitog@gmail.com, please thank you!
@SimplilearnOfficial5 жыл бұрын
Thanks for sharing your email ID. We have sent the requested dataset to your mail ID. Also, Subscribe to our channel by clicking on the bell icon for never missing another update. Cheers!
@_StarBreaker6665 жыл бұрын
How could I use string data for this?
@leobardovalera5 жыл бұрын
Is it possible to get data file to do exactly your example?
@SimplilearnOfficial5 жыл бұрын
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.
Hi, thank you for the really helpful video. Can I please get a copy of the dataset used for the tutorial?
@SimplilearnOfficial5 жыл бұрын
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.
@20RODENT5 жыл бұрын
@@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?
@SimplilearnOfficial5 жыл бұрын
Hi Ratnadeep, you can share your email ID with no hesitation because no comments get published without our approval.
@aakritisingla32355 жыл бұрын
Where can i download the dataset from?
@SimplilearnOfficial5 жыл бұрын
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.