MilesCranmer commited on
Commit
3af12da
1 Parent(s): 7c8d588

Mention expression selection in `predict`

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -137,7 +137,8 @@ Equations will be printed during training, and once you are satisfied, you may
137
  quit early by hitting 'q' and then \<enter\>.
138
 
139
  After the model has been fit, you can run `model.predict(X)`
140
- to see the predictions on a given dataset.
 
141
 
142
  You may run:
143
 
 
137
  quit early by hitting 'q' and then \<enter\>.
138
 
139
  After the model has been fit, you can run `model.predict(X)`
140
+ to see the predictions on a given dataset using the automatically-selected expression,
141
+ or, for example, `model.predict(X, 3)` to see the predictions of the 3rd equation.
142
 
143
  You may run:
144