Summary
Keywords
Full Transcript
Course name: “Machine Learning & Data Science – Beginner to Professional Hands-on Python Course in Hindi” In Machine Learning Algorithms in Hindi Tutorial, we explained how to split the dataset in train and test using scikit-learn class train_test_split() in detail. Which helps to train and test the Machine Learning model. 1. What is the train test split? 2. Why should we split the data? 3. The ratio of train and test data 4. Practical with real word data Source code & study material: https://indianaiproduction.com/feature-scaling-standardization-normalization train_test_split() class : https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html Last Tutorial: Standardization & Normalization in Detail in Hindi: https://youtu.be/pXpZoRIQSL4 ……………………………………………………………………………………………………………………………………………………………. Course Playlists- Machine Learning Algorithms Tutorial in Hindi: https://www.youtube.com/playlist?list=PLfP3JxW-T70Fg3SKdwcjtRTzUcyg9N5-k Machine Learning & Data Science - Beginner to Professional Hands-on Python Course in Hindi: https://www.youtube.com/playlist?list=PLfP3JxW-T70FKkXT9VEeRChKvF4EUInWj Python NumPy Tutorial in Hindi: https://www.youtube.com/playlist?list=PLfP3JxW-T70FKkXT9VEeRChKvF4EUInWj Python Pandas Tutorial in Hindi https://www.youtube.com/playlist?list=PLfP3JxW-T70Gf4iJXPb0Yw5_-tDRCD6LB Python Matplotlib Tutorial in Hindi: https://www.youtube.com/playlist?list=PLfP3JxW-T70EfCmI71WF29Q1sDN8WMp4c Python Seaborn Tutorial in Hindi: https://www.youtube.com/playlist?list=PLfP3JxW-T70HaBYwsSDadlS3v2VeALgYh Data Preprocessing and Feature Engineering Tutorial in Hindi: https://www.youtube.com/playlist?list=PLfP3JxW-T70GR0w3zVzG7tgIFI14FZxaj …………………………………………………………………………………………………………………… For more information: Contact Us: ========= -Website: https://www.indianaiproduction.com -Facebook: https://www.facebook.com/indianaiproduction -Instagram: https://www.instagram.com/indianaiproduction -Twitter: https://twitter.com/indianaipro -LinkedIn: https://www.linkedin.com/in/indianaiproduction/ #TrainTestSplit #MachineLearningTutorial #IndianAIProduction
