Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
9a4f73f
1
Parent(s):
7a5a9a0
Remove unused import
Browse files- pysr/sr.py +0 -1
pysr/sr.py
CHANGED
@@ -15,7 +15,6 @@ from multiprocessing import cpu_count
|
|
15 |
from sklearn.base import BaseEstimator, RegressorMixin, MultiOutputMixin
|
16 |
from sklearn.utils.validation import (
|
17 |
_check_feature_names_in,
|
18 |
-
check_X_y,
|
19 |
check_is_fitted,
|
20 |
)
|
21 |
|
|
|
15 |
from sklearn.base import BaseEstimator, RegressorMixin, MultiOutputMixin
|
16 |
from sklearn.utils.validation import (
|
17 |
_check_feature_names_in,
|
|
|
18 |
check_is_fitted,
|
19 |
)
|
20 |
|