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 78bfccf commit 210dc9aCopy full SHA for 210dc9a
scripts/publish_api_coverage.py
@@ -25,7 +25,6 @@
25
import pandas.core.indexes.accessors
26
import pandas.core.strings.accessor
27
import pandas.core.window.rolling
28
-import sklearn # noqa
29
30
import bigframes
31
import bigframes.core.groupby
@@ -205,6 +204,9 @@ def generate_pandas_api_coverage():
205
204
def generate_sklearn_api_coverage():
206
"""Explore all SKLearn modules, and for each item contained generate a
207
regex to detect it being imported, and record whether we implement it"""
+
208
+ import sklearn # noqa
209
210
sklearn_modules = [
211
"sklearn",
212
"sklearn.model_selection",
0 commit comments