Overview

orangecontrib.earth provides a an implementation of Multivariate adaptive regression splines (MARS) for the Orange machine learning library. This implementation is based on the C code from R package earth by Stephen Milborrow.

Prerequisites

In order to use orangecontrib.earth you need to have already installed Orange (version 2.7 or latest).

If you are installing from source you will also need the a working C compiler tool-chain.

Installing

You can install it using pip or easy_install:

pip install orangecontrib.earth

or:

easy_install orangecontrib.earth

Table Of Contents

Previous topic

Welcome to orangecontrib.earth’s documentation!

Next topic

orangecontrib.earth API reference

This Page