MilesCranmer commited on
Commit
0f3521d
1 Parent(s): d0922dd

Move up notes section

Browse files
Files changed (1) hide show
  1. pysr/sr.py +6 -8
pysr/sr.py CHANGED
@@ -222,6 +222,12 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
222
  a given dataset subject to a particular loss and set of
223
  constraints.
224
 
 
 
 
 
 
 
225
  Parameters
226
  ----------
227
  model_selection : str, default="best"
@@ -513,14 +519,6 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
513
  show_pickle_warnings_ : bool
514
  Whether to show warnings about what attributes can be pickled.
515
 
516
- Notes
517
- -----
518
- Most default parameters have been tuned over several example equations,
519
- but you should adjust `niterations`, `binary_operators`, `unary_operators`
520
- to your requirements. You can view more detailed explanations of the options
521
- on the [options page](https://astroautomata.com/PySR/#/options) of the
522
- documentation.
523
-
524
  Examples
525
  --------
526
  ```python
 
222
  a given dataset subject to a particular loss and set of
223
  constraints.
224
 
225
+ Most default parameters have been tuned over several example equations,
226
+ but you should adjust `niterations`, `binary_operators`, `unary_operators`
227
+ to your requirements. You can view more detailed explanations of the options
228
+ on the [options page](https://astroautomata.com/PySR/#/options) of the
229
+ documentation.
230
+
231
  Parameters
232
  ----------
233
  model_selection : str, default="best"
 
519
  show_pickle_warnings_ : bool
520
  Whether to show warnings about what attributes can be pickled.
521
 
 
 
 
 
 
 
 
 
522
  Examples
523
  --------
524
  ```python