-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Priority/1-MediumTo do after P0To do after P0Size/HoursVery shortVery shortStatus/ReadyForDevThe issue is ready to be developed or to be investigated deeplyThe issue is ready to be developed or to be investigated deeply
Description
In v11, the Core API train_predictor parameter keep_selected_variables_only has been introduced. It is set to True by default, in which case only the selected variables in supervised analysis are kept in the preparation report.
However, in v10, all variables were present in the preparation report. In order to have all variables in the preparation report in Khiops v11 as well, we need to set keep_selected_variables_only to False in the train_predictor Core API call. Hence, we need to expose this parameter to the Sklearn API, as a KhiopsEstimator construction parameter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority/1-MediumTo do after P0To do after P0Size/HoursVery shortVery shortStatus/ReadyForDevThe issue is ready to be developed or to be investigated deeplyThe issue is ready to be developed or to be investigated deeply