glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 84 forks source link

fix cheatsheet #225

Closed jasmainak closed 6 years ago

jasmainak commented 6 years ago

Just noticed: here the exponential term is missing for logistic regression.

Also, we are not consistent on how we call the number of samples. It is n in the cheatsheet but N in the introduction

pavanramkumar commented 6 years ago

Fixed in docs