khiops.sklearn¶
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()
Scikit-Learn Estimator Classes for the Khiops AutoML Suite |