Skip to content

Commit 52a7964

Browse files
authored
Add sklearn wrappers to API docs (#2026)
1 parent 17ce1f3 commit 52a7964

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scripts/api_master.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@
18661866
},
18671867
{
18681868
"path": "utils/",
1869-
"title": "Utilities",
1869+
"title": "Utilities and Wrappers",
18701870
"toc": True,
18711871
"children": [
18721872
{
@@ -1916,6 +1916,15 @@
19161916
"keras.utils.normalize",
19171917
],
19181918
},
1919+
{
1920+
"path": "sklearn_wrappers",
1921+
"title": "scikit-learn wrappers",
1922+
"generate": [
1923+
"keras.wrappers.SKLearnClassifier",
1924+
"keras.wrappers.SKLearnRegressor",
1925+
"keras.wrappers.SKLearnTransformer",
1926+
],
1927+
},
19191928
{
19201929
"path": "config_utils",
19211930
"title": "Keras configuration utilities",

0 commit comments

Comments
 (0)