Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 535 Bytes

File metadata and controls

23 lines (19 loc) · 535 Bytes

khiops.sklearn

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

Related Docs