Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08abba commit 6ec11f6Copy full SHA for 6ec11f6
sklearn/tests/test_public_functions.py
@@ -96,6 +96,7 @@ def _check_function_param_validation(
96
PARAM_VALIDATION_FUNCTION_LIST = [
97
"sklearn.cluster.estimate_bandwidth",
98
"sklearn.cluster.kmeans_plusplus",
99
+ "sklearn.covariance.empirical_covariance",
100
"sklearn.feature_extraction.grid_to_graph",
101
"sklearn.feature_extraction.img_to_graph",
102
"sklearn.metrics.accuracy_score",
@@ -105,7 +106,6 @@ def _check_function_param_validation(
105
106
"sklearn.metrics.zero_one_loss",
107
"sklearn.model_selection.train_test_split",
108
"sklearn.svm.l1_min_c",
- "sklearn.covariance.empirical_covariance",
109
]
110
111
0 commit comments