Skip to content

Commit

Permalink
Update README snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelAlvarezC committed Feb 5, 2019
1 parent 006c991 commit c811c0e
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 @@ -248,14 +248,14 @@ The modeler can also be saved to a file using the `save()` method. This will sav
on the specified path.

```python
>>> modeler.save('models/demo_model.pkl')
>>> modeler.save('demo_model.pkl')
```

If you have stored a model in a previous session using the command above, you can load the model
using the `load()` method:

```python
>>> modeler = Modeler.load('models/demo_model.pkl')
>>> modeler = Modeler.load('demo_model.pkl')
```

### Using the Sampler
Expand Down

0 comments on commit c811c0e

Please sign in to comment.