Skip to content

Commit 8d6e806

Browse files
authored
Update README.md
1 parent 3eae9a4 commit 8d6e806

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
**G**eneralized **L**inear **M**odeling
22
=======================================
33

4+
[![Build Status](https://travis-ci.org/pysal/spglm.svg?branch=master)](https://travis-ci.org/pysal/spglm)
5+
[![Documentation Status](https://readthedocs.org/projects/spglm/badge/?version=latest)](https://spglm.readthedocs.io/en/latest/?badge=latest)
6+
[![PyPI version](https://badge.fury.io/py/spglm.svg)](https://badge.fury.io/py/spglm)
7+
8+
49
This module is an adaptation of a portion of [GLM functionality from the
510
Statsmodels](https://github.com/statsmodels/statsmodels/blob/master/statsmodels/genmod/generalized_linear_model.py) package, this it has been simplified and customized for the purposes of serving
611
as the base for several other PySAL modules, namely SpInt and GWR. Currently, it

0 commit comments

Comments
 (0)