I\'m doing logistic regression using pandas 0.11.0(data handling) and statsmodels 0.4.3 to do the actual regression, on Mac OSX Lion.
pandas 0.11.0
statsmodels 0.4.3
I\'m goin
write_path = '/my/path/here/output.csv' with open(write_path, 'w') as f: f.write(result.summary().as_csv())