ICE #5 - Mahmooduddin/CS5590-Python GitHub Wiki

1. Create linear regression model for the following table using numpy only.Plot the model using matplotlib.

Snapshot_task1

Source code_task1

2. Solve T Shirt size problem as illustrated in class using k means clustering method.

Snapshot_task2

Source code_task2