Skip to content

Commit

Permalink
added version and CI testing badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
George3d6 committed Jul 14, 2019
1 parent 03f3758 commit 0851d29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

![Lightwood](https://mindsdb.github.io/lightwood/assets/logo.png)
![Lightwood](https://mindsdb.github.io/lightwood/assets/logo.png)
#

[![Build Status](https://travis-ci.org/mindsdb/lightwood.svg?branch=master)](https://travis-ci.org/mindsdb/lightwood)
[![PyPI version](https://badge.fury.io/py/lightwood.svg)](https://badge.fury.io/py/lightwood)

Lightwood has two objectives:

Expand All @@ -27,7 +30,7 @@ sensor3_predictor = Predictor(output=['sensor3']).learn(from_data=pandas.read_cs

```

### Predict
### Predict

You can now given new readings from *sensor1* and *sensor2* predict what *sensor3* will be.

Expand All @@ -36,4 +39,3 @@ You can now given new readings from *sensor1* and *sensor2* predict what *sensor
prediction = sensor3_predictor.predict(when={'sensor1':1, 'sensor2':-1})

```

0 comments on commit 0851d29

Please sign in to comment.