Skip to content

Commit c66e371

Browse files
committed
fix: broken image links fixed
1 parent b7490f4 commit c66e371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ regressor = ActiveLearner(
128128
```
129129
The initial regressor is not very accurate.
130130
<p align="center">
131-
<img src="https://modal-python.readthedocs.io/en/latest/_images/gp-initial1.png">
131+
<img src="https://modal-python.readthedocs.io/en/latest/_images/gp-initial.png">
132132
</p>
133133

134134
The blue band enveloping the regressor represents the standard deviation of the Gaussian process at the given point. Now we are ready to do active learning!
@@ -142,7 +142,7 @@ for idx in range(n_queries):
142142
After a few queries, we can see that the prediction is much improved.
143143

144144
<p align="center">
145-
<img src="https://modal-python.readthedocs.io/en/latest/_images/gp-final1.png">
145+
<img src="https://modal-python.readthedocs.io/en/latest/_images/gp-final.png">
146146
</p>
147147

148148
## Additional examples<a name="additional-examples"></a>

0 commit comments

Comments
 (0)