Skip to content

khiops.sklearn

Scikit-Learn interface to the Khiops AutoML suite

Note

For convenience, the public members of the above modules are imported to the sklearn namespace. For example the estimator class KhiopsClassifier can be imported as follows:

from khiops.sklearn import KhiopsClassifier
clf = KhiopsClassifier()

Modules