Description
Currently, lever variables can be specified in the interpret_predictor Core API function. However, as of 10.7.3-a.0 alpha version the two parts are separated. This should be reflected in the Khiops Core API Python function.
Questions/Ideas
- The fix consists in:
- removing the lever variable argument from
interpret_predictor
- adding new Core API function for specifying the lever variables.
- The name of the new Core API function should be given according to the Khiops GUI:
reinforce_predictor.
Description
Currently, lever variables can be specified in the
interpret_predictorCore API function. However, as of10.7.3-a.0alpha version the two parts are separated. This should be reflected in the Khiops Core API Python function.Questions/Ideas
interpret_predictorreinforce_predictor.