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¶
API for the execution of the Khiops AutoML suite |
|
Classes to manipulate Khiops Dictionary files |
|
Classes to access Khiops JSON reports |
|
Classes to access Khiops Coclustering JSON reports |
|
Khiops Python exception classes |
|
Helper functions for specific and/or advanced treatments |