I always say that learning linear regression in Python is the best first step towards machine learning. Linear regression is simple and easy to understand even if you are relatively new to data ...
#this polyfit script is modeled after polyfit-new.py, it takes the new csv file with 30point data vector, and tone attribute for Xu's data #Here we adopt a simpler design, not to use column wise data ...