Skip to content

Commit

Permalink
Updated import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chadcwilliams committed May 31, 2023
1 parent c47c43e commit 94c7c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Basic Usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from sklearn.linear_model import LogisticRegression\n",
"from autora.experimentalist.sampler.uncertainty_sampler import uncertainty_sampler"
"from autora.experimentalist.sampler.uncertainty import uncertainty_sampler"
]
},
{
Expand Down

0 comments on commit 94c7c20

Please sign in to comment.