Skip to content

khiops.core

Pure Python library for the Khiops AutoML suite

Note

Input types in this module are flexible. See Notes.

Note

For convenience, the public members of the above modules are imported to the core namespace. For example the function train_predictor can be used as follows:

from khiops import core as kh
kh.train_predictor(...)

Modules