Skip to content

Commit 4539884

Browse files
committed
Document the n_features_in_ Khiops sklearn predictor attribute
1 parent cea06e6 commit 4539884

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

khiops/sklearn/estimators.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,8 @@ class KhiopsClassifier(ClassifierMixin, KhiopsPredictor):
18211821
18221822
- Importance: The geometric mean between the Level and the Weight.
18231823
1824+
n_features_in_ : int
1825+
The number of features in the main table of the training dataset.
18241826
is_multitable_model_ : bool
18251827
``True`` if the model was fitted on a multi-table dataset.
18261828
model_ : `.DictionaryDomain`
@@ -2236,6 +2238,8 @@ class KhiopsRegressor(RegressorMixin, KhiopsPredictor):
22362238
22372239
- Importance: The geometric mean between the Level and the Weight.
22382240
2241+
n_features_in_ : int
2242+
The number of features in the main table of the training dataset.
22392243
is_multitable_model_ : bool
22402244
``True`` if the model was fitted on a multi-table dataset.
22412245
model_ : `.DictionaryDomain`

0 commit comments

Comments
 (0)