In this video, I highlighted simple and easy Python Packages for Data Science study and how to develop any general ML model in Python. The data set is freely avilable in GITHUB by Tinniam V Ganesh Machine Learning Book Project and Codes are also avilable to download.
For split the data, you need to command
#Split into train and test sets (75:25)
X_train, X_test.y_train,y_test=train_test_split(X,y,random_state=0)
Visit my website & facebook page
https://jobskills9.webnode.com/
Facebook page / skill-tone-572090556805721
https://www.linkedin.com/in/dr-munshi...
Python related video in this channel
• How to Import Data in Python|| Python Intr...
• Correlation and Scatter Plot in Python||Co...