' + '.join([format(LR.intercept_, '0.2f')] + list(map(lambda( f,c): '(%0.2f %s)' % (c, f), zip(dv.feature_names_, LR.coef_))))