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 17ce1f3 commit 52a7964Copy full SHA for 52a7964
scripts/api_master.py
@@ -1866,7 +1866,7 @@
1866
},
1867
{
1868
"path": "utils/",
1869
- "title": "Utilities",
+ "title": "Utilities and Wrappers",
1870
"toc": True,
1871
"children": [
1872
@@ -1916,6 +1916,15 @@
1916
"keras.utils.normalize",
1917
],
1918
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
+ },
1928
1929
"path": "config_utils",
1930
"title": "Keras configuration utilities",
0 commit comments