MilesCranmer commited on
Commit
fb2bd3f
1 Parent(s): 0994330

Link tuning page

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. docs/options.md +2 -1
README.md CHANGED
@@ -188,6 +188,7 @@ feature selection (e.g., `select_k_features=3`).
188
  For examples of these and other features, see the [examples page](https://astroautomata.com/PySR/examples).
189
  For a detailed look at more options, see the [options page](https://astroautomata.com/PySR/options).
190
  You can also see the full API at [this page](https://astroautomata.com/PySR/api).
 
191
 
192
  ## Detailed Example
193
 
 
188
  For examples of these and other features, see the [examples page](https://astroautomata.com/PySR/examples).
189
  For a detailed look at more options, see the [options page](https://astroautomata.com/PySR/options).
190
  You can also see the full API at [this page](https://astroautomata.com/PySR/api).
191
+ There are also tips for tuning PySR on [this page](https://astroautomata.com/PySR/tuning).
192
 
193
  ## Detailed Example
194
 
docs/options.md CHANGED
@@ -20,7 +20,8 @@ may find useful include:
20
  - [Loss functions](#loss)
21
  - [Model loading](#model-loading)
22
 
23
- These are described below
 
24
 
25
  The program will output a pandas DataFrame containing the equations
26
  to `PySRRegressor.equations` containing the loss value
 
20
  - [Loss functions](#loss)
21
  - [Model loading](#model-loading)
22
 
23
+ These are described below.
24
+ Also check out the [tuning page](tuning.md) for workflow tips.
25
 
26
  The program will output a pandas DataFrame containing the equations
27
  to `PySRRegressor.equations` containing the loss value