Skip to content

Commit

Permalink
Updated import functions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadcwilliams committed May 31, 2023
1 parent be02435 commit 643b42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $$
# Example Code

```
from autora.experimentalist.sampler.model_disagreement_sampler import model_disagreement_sampler
from autora.experimentalist.sampler.model_disagreement import model_disagreement_sampler
from autora.theorist.bms import BMSRegressor; BMSRegressor()
from autora.theorist.darts import DARTSRegressor; DARTSRegressor()
import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ You will need:
*Model Disagreement Sampler* is a part of the `autora` package:

```shell
pip install -U autora["experimentalist-model-disagreement-sampler"]
pip install -U autora["experimentalist-model-disagreement"]
```


Check your installation by running:
```shell
python -c "from autora.experimentalist.sampler.model_disagreement_sampler import model_disagreement_sampler"
python -c "from autora.experimentalist.sampler.model_disagreement import model_disagreement_sampler"
```

0 comments on commit 643b42c

Please sign in to comment.