Releases: KhiopsML/khiops-python
Releases · KhiopsML/khiops-python
10.3.2.1
10.3.2.1-rc.1
For testing purposes only
11.0.0.0-b.0
11.0.0.0-b.0 - 2025-07-10
Added
- (
core
) API support for predictor interpretation and reinforcement. - (
core
) API support for instance-variable coclustering model training. - (
core
) Support for text types in prediction and coclustering models. - (
core
) Analysis and coclustering report JSON serialization support. - (
sklearn
) Automatic removal of newline characters in strings on Pandas
dataframe columns. This is to ensure the proper working of the Khiops engine.
Changed
- (
core
) Syntax for additional data tables specification, which uses the data
paths. - (
core
) API specification of the results path: full paths to report files are
now used instead of result directories. - (
sklearn
) Specification of the hierarchical multi-table schemata, which now
uses data paths as in the Core API. - (
general
) Various other changes and updates for Khiops 11.0.0-b.0
compatibility.
Deprecated
- (
core
) The results directory parameter of the Core API functions. The full
path to the reports must now be specified instead. - (
core
) The "``"-based secondary table path specification. The "/"-based data
paths must now be used instead. - (
sklearn
) The specification syntax for hierarchical multi-table datasets.
The "/"-based data paths must now be used instead, as in the Core API.
Removed
- (
general
) All functions, attributes and features that had been deprecated in
the 10.3.2.0 version.
10.3.2.0
10.3.2.0 - 2025-07-03
Fixed
- (
sklearn
) Documentation display for thetrain_test_split_dataset
sklearn
helper function.
10.3.2.0-rc.1
For testing purposes only
10.3.1.1-a.0
For testing purposes only
10.7.3.0-a.3
For testing purposes only
10.7.3.0-a.0
For testing purposes only
10.3.1.0
10.3.1.0 - 2025-04-16
Added
- (
sklearn
) Support for boolean and float targets inKhiopsClassifier
.
Fixed
- (
sklearn
) Crash when there were no informative trees in predictors.
Deprecated
- (
core
) Thebuild_multi_table_dictionary_domain
helper function.
10.3.1.0-rc.1
For testing purposes only