2730 Forks
8644 Stars
8644 Watchers

statsmodels

Statsmodels: statistical modeling and econometrics in Python

How to download and setup statsmodels

Open terminal and run command
git clone https://github.com/statsmodels/statsmodels.git
git clone is used to create a copy or clone of statsmodels repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with statsmodels https://github.com/statsmodels/statsmodels/archive/master.zip

Or simply clone statsmodels with SSH
[email protected]:statsmodels/statsmodels.git

If you have some problems with statsmodels

You may open issue on statsmodels support forum (system) here: https://github.com/statsmodels/statsmodels/issues