Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Oct 25, 2023
1 parent 31782c1 commit 82b48c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/treelite/sklearn/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def import_model(sklearn_model):
import treelite.sklearn
model = treelite.sklearn.import_model(clf)
Notes
-----
Note
----
This function does not yet support categorical splits in HistGradientBoostingRegressor and
HistGradientBoostingClassifier. If you are using either estimator types, make sure that all
test nodes have numerical test conditions.
Expand Down

0 comments on commit 82b48c6

Please sign in to comment.