Skip to content

Commit

Permalink
Document fortran dependency for MLBase
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Sep 10, 2013
1 parent c81377b commit cefee1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/mllib-guide.md
Expand Up @@ -11,6 +11,13 @@ filtering, as well as an underlying gradient descent optimization primitive.
This guide will outline the functionality supported in MLlib and also provides
an example of invoking MLlib.

# Dependencies
MLlib uses the [jblas](https://github.com/mikiobraun/jblas) linear algebra library, which itself
depends on native Fortran routines. You may need to install the
[gfortran runtime library](https://github.com/mikiobraun/jblas/wiki/Missing-Libraries)
if it is not already present on your nodes. MLlib will throw a linking error if it cannot
detect these libraries automatically.

# Binary Classification

Binary classification is a supervised learning problem in which we want to
Expand Down

0 comments on commit cefee1e

Please sign in to comment.