Skip to content

Commit

Permalink
Merge pull request #94 from puevigreven/master
Browse files Browse the repository at this point in the history
Correcting the typo 'model' to 'magpie'
  • Loading branch information
jstypka authored May 9, 2017
2 parents d24a783 + 4b07446 commit 8f448b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If your data doesn't fit into memory, you can also run `magpie.batch_train()` wh

Trained models can be used for prediction with methods:
```python
>>> model.predict_from_file('data/hep-categories/1002413.txt')
>>> magpie.predict_from_file('data/hep-categories/1002413.txt')
[('Experiment-HEP', 0.47593361),
('Gravitation and Cosmology', 0.055745006),
('Theory-HEP', 0.02692855)]
Expand Down

0 comments on commit 8f448b4

Please sign in to comment.