Installation

TL;DR Use conda install not pip and for real work, run fitgrid on a fast multicore x64_86 linux server with gobs of RAM.

pip install

This is asking for trouble because Python packaging doesn’t know or care about the R dependencies. The fitgrid source may be downloaded or git cloned from https://github.com/kutaslab/fitgrid and we upload stable releases of the Python package to PyPI (here) as a courtesy, it is not intended for general use.

System requirements

The platform of choice is linux. Minimum system requirements are not known but obviously large scale regression modeling with millions of data points is computationally demanding. We develop, test, and use fitgrid on a high-performance linux server (CentOS 7, Intel x86_64, 48 cores, 500GB RAM) and our continuous integration runs all but the parallel processing pytests on Ubuntu 18.04, 7GB RAM. The 64-bit OSX conda package is spot-checked from time to time on an Intel MacBook Pro (8 cores, 32GB RAM). The pytests pass when conda is installed as above, useability for modeling at scale is unknown. We don’t test the 64-bit Windows conda package, field reports from contributors are welcome.