Skip to content

Releases: KhiopsML/khiops-python

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

10.7.0.0-b.0

04 Apr 12:48
f00a929
Compare
Choose a tag to compare
10.7.0.0-b.0 Pre-release
Pre-release

For testing purposes only

10.6.0.0-b.0

19 Mar 14:47
82ee065
Compare
Choose a tag to compare
10.6.0.0-b.0 Pre-release
Pre-release

For testing purposes only

10.6.0.0-a.0

19 Mar 10:06
Compare
Choose a tag to compare
10.6.0.0-a.0 Pre-release
Pre-release

For testing purposes only

10.3.0.0

10 Feb 12:45
7cf8c15
Compare
Choose a tag to compare

10.3.0.0 - 2025-02-10

Fixed

  • (core) Dictionary file .json extension check in the khiops.dictionary.read_dictionary_file
    function.

Changed

  • (sklearn) The train_test_split_dataset helper has been moved from khiops.utils to
    khiops.sklearn.
  • (sklearn) The transform_pairs parameter of the KhiopsEncoder sklearn estimator has been
    renamed to transform_type_pairs.

Removed

  • (sklearn) The is_fitted_ estimator attribute. The Scikit-learn check_is_fitted function
    can be used to test the fitted state of the estimators.
  • (sklearn) The n_pairs parameter of the KhiopsRegressor sklearn estimator. It was never
    supported.

10.3.0.0-rc.1

07 Feb 14:24
bc53209
Compare
Choose a tag to compare
10.3.0.0-rc.1 Pre-release
Pre-release

For testing purposes only

10.2.4.0

19 Dec 15:11
b8eaf88
Compare
Choose a tag to compare

10.2.4.0 - 2024-12-19

Added

  • (General) Support for Python 3.13.
  • (General) visualize_report helper function to open reports with the Khiops Visualization and Khiops Co-Visualization app.

Fixed

  • (General) Initialization failing in Conda-based environments.

Changed

  • (core) Support for system parameters has been moved from the KhiopsLocalRunner to the core API.
  • (core) System parameter max_memory_mb has been renamed to memory_limit_mb.
  • (core) System parameter khiops_temp_dir has been renamed to temp_dir.

Removed

  • (General) Khiops Python 9 compatibility.

10.2.4.0-rc.1

19 Dec 11:57
7575936
Compare
Choose a tag to compare
10.2.4.0-rc.1 Pre-release
Pre-release

For testing purposes only

10.2.3.1-rc.1

26 Nov 17:03
da0d17a
Compare
Choose a tag to compare
10.2.3.1-rc.1 Pre-release
Pre-release

For testing purposes only