Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil A. Kaczmarek authored Aug 12, 2018
1 parent 129639d commit 6523948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Steppy address both problems by introducing two simple abstractions: `Step` and
1. `Step` is a wrapper over the transformer and handles multiple aspects of the execution of the pipeline, such as saving intermediate results (if needed), checkpoiting the model during training and much more.
1. `Tranformer` in turn, is purely computational, data scientist-defined piece that takes an input data and produces some output data. Typical Transformers are neural netowrk, machine learning algorithms and pre- or post-processing routines.

### Start using steppy
#### Installation
# Start using steppy
### Installation
Steppy requires `python3.5` or above.
```bash
pip3 install steppy
Expand Down

0 comments on commit 6523948

Please sign in to comment.