PredictMD

PredictMD is a free and open-source Julia package that provides a uniform interface for machine learning.

Installation

PredictMD is registered in the Julia General registry. Therefore, to install PredictMD, simply open Julia and run the following two lines:

import Pkg
Pkg.add("PredictMDFull")

Running the package tests

You can run the PredictMD test suite by running the following command in Julia:

Pkg.test("PredictMD")