File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 172
172
"sklearn.utils.sparsefuncs.mean_variance_axis" ,
173
173
"sklearn.utils.sparsefuncs.min_max_axis" ,
174
174
"sklearn.utils.tosequence" ,
175
- "sklearn.utils.validation.assert_all_finite" ,
176
175
"sklearn.utils.validation.check_is_fitted" ,
177
176
"sklearn.utils.validation.check_memory" ,
178
177
"sklearn.utils.validation.check_random_state" ,
Original file line number Diff line number Diff line change @@ -156,8 +156,10 @@ def assert_all_finite(
156
156
Parameters
157
157
----------
158
158
X : {ndarray, sparse matrix}
159
+ The input data.
159
160
160
161
allow_nan : bool, default=False
162
+ If True, do not throw error when `X` contains NaN.
161
163
162
164
estimator_name : str, default=None
163
165
The estimator name, used to construct the error message.
You can’t perform that action at this time.
0 commit comments