Spaces:
Running
Running
Better docs
Browse files- pysr/sr.py +2 -1
pysr/sr.py
CHANGED
|
@@ -613,7 +613,8 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
| 613 |
equation_file_ : str
|
| 614 |
Output equation file name produced by the julia backend.
|
| 615 |
raw_julia_state_stream_ : ndarray
|
| 616 |
-
The serialized state for the julia SymbolicRegression.jl backend (after fitting)
|
|
|
|
| 617 |
equation_file_contents_ : list[pandas.DataFrame]
|
| 618 |
Contents of the equation file output by the Julia backend.
|
| 619 |
show_pickle_warnings_ : bool
|
|
|
|
| 613 |
equation_file_ : str
|
| 614 |
Output equation file name produced by the julia backend.
|
| 615 |
raw_julia_state_stream_ : ndarray
|
| 616 |
+
The serialized state for the julia SymbolicRegression.jl backend (after fitting),
|
| 617 |
+
stored as an array of uint8, produced by Julia's Serialization.serialize function.
|
| 618 |
equation_file_contents_ : list[pandas.DataFrame]
|
| 619 |
Contents of the equation file output by the Julia backend.
|
| 620 |
show_pickle_warnings_ : bool
|