Skip to content

Commit

Permalink
Add sklearn wrappers to API docs (#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali authored Jan 9, 2025
1 parent 17ce1f3 commit 52a7964
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scripts/api_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@
},
{
"path": "utils/",
"title": "Utilities",
"title": "Utilities and Wrappers",
"toc": True,
"children": [
{
Expand Down Expand Up @@ -1916,6 +1916,15 @@
"keras.utils.normalize",
],
},
{
"path": "sklearn_wrappers",
"title": "scikit-learn wrappers",
"generate": [
"keras.wrappers.SKLearnClassifier",
"keras.wrappers.SKLearnRegressor",
"keras.wrappers.SKLearnTransformer",
],
},
{
"path": "config_utils",
"title": "Keras configuration utilities",
Expand Down

0 comments on commit 52a7964

Please sign in to comment.