civisanalytics / python-glmnet

A python port of the glmnet package for fitting generalized linear models via penalized maximum likelihood.
Other
262 stars 59 forks source link

DOC Mark Fortran code as linguist-vendored #57

Closed stephen-hoover closed 5 years ago

stephen-hoover commented 5 years ago

GitHub's linguist library sees the glmnet Fortran code and marks this repository as a Fortran project. It would be better to have it display as Python. Tell linguist that the Fortran code is vendored so that it will be ignored in summary statistics.

See https://github.com/github/linguist#vendored-code

Partially addresses #37 .