Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
3b15555
1
Parent(s):
eb6195b
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(
|