Use the crowdfunding data
(1) Select columns: Goal, students_reached, and funding_status and create a new data-frame. (1 point)
(2) Create random train and test data-frames in 75:25 ratio. (1 point)
(3) Using K-means, cluster the train data-frame into two clusters. Use Goal and students_reached columns (only independent variables) for clustering (4 points)
(4) Plot the scatter plots before and after clustering. (2 points)
(5) Use predict() function and predict cluster labels for test data-frame. (2 points)
Upload the screenshot Jupyter Notebook file for assignment submission.