Skip to content

Releases: KhiopsML/khiops-python

10.3.2.1

08 Aug 09:42
888280d
Compare
Choose a tag to compare

10.3.2.1 - 2025-08-08

Fixed

  • (core) Memory profiling log parsing bug.
  • (core) Bug in the Core API train_predictor with the use_complement_as_test option set to True.

10.3.2.1-rc.1

07 Aug 16:40
e531c2e
Compare
Choose a tag to compare
10.3.2.1-rc.1 Pre-release
Pre-release

For testing purposes only

11.0.0.0-b.0

10 Jul 11:22
e4ebcdc
Compare
Choose a tag to compare
11.0.0.0-b.0 Pre-release
Pre-release

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

04 Jul 12:53
49400ed
Compare
Choose a tag to compare

10.3.2.0 - 2025-07-03

Fixed

  • (sklearn) Documentation display for the train_test_split_dataset sklearn
    helper function.

10.3.2.0-rc.1

04 Jul 09:20
4521a51
Compare
Choose a tag to compare
10.3.2.0-rc.1 Pre-release
Pre-release

For testing purposes only

10.3.1.1-a.0

16 Jun 13:47
e5fbda9
Compare
Choose a tag to compare
10.3.1.1-a.0 Pre-release
Pre-release

For testing purposes only

10.7.3.0-a.3

12 Jun 15:19
Compare
Choose a tag to compare
10.7.3.0-a.3 Pre-release
Pre-release

For testing purposes only

10.7.3.0-a.0

02 Jun 14:48
ea474fb
Compare
Choose a tag to compare
10.7.3.0-a.0 Pre-release
Pre-release

For testing purposes only

10.3.1.0

16 Apr 12:54
bd69a75
Compare
Choose a tag to compare

10.3.1.0 - 2025-04-16

Added

  • (sklearn) Support for boolean and float targets in KhiopsClassifier.

Fixed

  • (sklearn) Crash when there were no informative trees in predictors.

Deprecated

  • (core) The build_multi_table_dictionary_domain helper function.

10.3.1.0-rc.1

15 Apr 14:39
46c1c24
Compare
Choose a tag to compare
10.3.1.0-rc.1 Pre-release
Pre-release

For testing purposes only