Installation

Since colfi is a pure python module, it is easy to install.

Dependencies

The main dependencies of colfi are (need to install manually):

and some commonly used modules (will be installed automatically):

  • coplot

  • smt

  • numpy

  • scipy

  • pandas

  • matplotlib

Package managers

You can install colfi by using pip:

$ sudo pip install colfi

or from source:

$ git clone https://github.com/Guo-Jian-Wang/colfi.git
$ cd colfi
$ sudo python setup.py install

Test the installation

To test the correctness of the installation, you just need to download the examples and execute it in the examples directory by using the following command:

$ python train_linear.py