Skip to content

Commit

Permalink
added coverall status
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamner committed May 29, 2014
1 parent 6502958 commit 7cce244
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
MachineLearning.jl
==================

The MachineLearning package represents the very beginnings of an attempt to consolidate common machine learning algorithms written in pure Julia and presenting a consistent API. Initially, the package will be targeted towards the machine learning practitioner, working with a dataset that fits in memory on a single machine. Longer term, I hope this will both target much larger datasets and be valuable for state of the art machine learning research as well.

[![Build Status](https://travis-ci.org/benhamner/MachineLearning.jl.png)](https://travis-ci.org/benhamner/MachineLearning.jl)
[![Coverage Status](https://img.shields.io/coveralls/benhamner/MachineLearning.jl.svg)](https://coveralls.io/r/benhamner/MachineLearning.jl?branch=master)

The MachineLearning package represents the very beginnings of an attempt to consolidate common machine learning algorithms written in pure Julia and presenting a consistent API. Initially, the package will be targeted towards the machine learning practitioner, working with a dataset that fits in memory on a single machine. Longer term, I hope this will both target much larger datasets and be valuable for state of the art machine learning research as well.

API Introdution
===============
Expand Down

0 comments on commit 7cce244

Please sign in to comment.