File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def _naninfs_check(
3434 method_name : Optional [str ] = None ,
3535) -> cp .ndarray :
3636 """
37- Function finds NaN's, +-Inf's in the input data and then prints the warning and correct the data
37+ This function finds NaN's, +-Inf's in the input data and then prints the warnings and correct the data if correction is enabled.
3838
3939 Parameters
4040 ----------
@@ -77,7 +77,7 @@ def _zeros_check(
7777 method_name : Optional [str ] = None ,
7878) -> bool :
7979 """
80- Function finds NaN's, +-Inf's in the input data and then prints the warning and correct the data
80+ This function finds all zeros present in the data. If the amount of zeros is larger than percentage_threshold it prints the warning.
8181
8282 Parameters
8383 ----------
You can’t perform that action at this time.
0 commit comments