Note
For convenience, the public members of the above modules are imported to the
sklearn namespace. For example the estimator class
~.sklearn.estimators.KhiopsClassifier can be imported as follows:
from khiops.sklearn import KhiopsClassifier clf = KhiopsClassifier()
.. currentmodule:: khiops.sklearn
.. autosummary:: :toctree: generated :recursive: :nosignatures: estimators helpers