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(...)

Main Modules#

khiops.core.api

API for the execution of the Khiops AutoML suite

khiops.core.dictionary

Classes to manipulate Khiops Dictionary files

khiops.core.analysis_results

Classes to access Khiops JSON reports

khiops.core.coclustering_results

Classes to access Khiops Coclustering JSON reports

khiops.core.exceptions

Khiops Python exception classes

khiops.core.helpers

Helper functions for specific and/or advanced treatments