Skip to content

Commit ed002a6

Browse files
committed
fixed unit test for JAX deprecation of import jax.config, typos to README, linting
1 parent f09cedc commit ed002a6

13 files changed

+451
-350
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then, `pip install probit` or for developers,
5151
You can find examples of how to use the package under:`examples/`.
5252

5353
### Regression and hyperparameter optimization
54-
Run the regression example by typing `python example/regression.py`.
54+
Run the regression example by typing `python examples/regression.py`.
5555
```python
5656
>>> def prior(prior_parameters):
5757
>>> lengthscale, signal_variance = prior_parameters
@@ -112,7 +112,7 @@ params=((Array(1.354531, dtype=float32), Array(0.48594338, dtype=float32)), (Arr
112112
![Prediction](readme_regression_after.png)
113113

114114
### Ordinal regression and hyperparameter optimization
115-
Run the ordinal regression example by typing `python example/classification.py`.
115+
Run the ordinal regression example by typing `python examples/classification.py`.
116116

117117
```python
118118
>>> # Generate data

0 commit comments

Comments
 (0)