File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments