Spaces:
Running
Running
Update operators.md
Browse files- docs/operators.md +1 -1
docs/operators.md
CHANGED
|
@@ -62,7 +62,7 @@ A selection of these and other valid operators are stated below.
|
|
| 62 |
## Custom
|
| 63 |
|
| 64 |
Instead of passing a predefined operator as a string,
|
| 65 |
-
you can define
|
| 66 |
|
| 67 |
```python
|
| 68 |
PySRRegressor(
|
|
|
|
| 62 |
## Custom
|
| 63 |
|
| 64 |
Instead of passing a predefined operator as a string,
|
| 65 |
+
you can just define a custom function as Julia code. For example:
|
| 66 |
|
| 67 |
```python
|
| 68 |
PySRRegressor(
|