Spaces:
Running
Running
style: formatting
Browse files- pysr/test/test.py +7 -1
pysr/test/test.py
CHANGED
|
@@ -15,8 +15,14 @@ from pysr import PySRRegressor, install, jl
|
|
| 15 |
from pysr.export_latex import sympy2latex
|
| 16 |
from pysr.feature_selection import _handle_feature_selection, run_feature_selection
|
| 17 |
from pysr.julia_helpers import init_julia
|
| 18 |
-
from pysr.sr import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
from pysr.utils import _csv_filename_to_pkl_filename
|
|
|
|
| 20 |
from .params import (
|
| 21 |
DEFAULT_NCYCLES,
|
| 22 |
DEFAULT_NITERATIONS,
|
|
|
|
| 15 |
from pysr.export_latex import sympy2latex
|
| 16 |
from pysr.feature_selection import _handle_feature_selection, run_feature_selection
|
| 17 |
from pysr.julia_helpers import init_julia
|
| 18 |
+
from pysr.sr import (
|
| 19 |
+
_check_assertions,
|
| 20 |
+
_process_constraints,
|
| 21 |
+
_suggest_keywords,
|
| 22 |
+
idx_model_selection,
|
| 23 |
+
)
|
| 24 |
from pysr.utils import _csv_filename_to_pkl_filename
|
| 25 |
+
|
| 26 |
from .params import (
|
| 27 |
DEFAULT_NCYCLES,
|
| 28 |
DEFAULT_NITERATIONS,
|