Skip to content

Releases: KhiopsML/khiops-python

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

10.2.3.0

13 Nov 15:20
b25fa95
Compare
Choose a tag to compare

10.2.3.0 - 2024-11-13

Added

  • (sklearn) train_test_split_dataset helper function to ease the splitting in train/test for
    multi-table datasets.
  • (sklearn) Complete support for core API functions parameters in the sklearn estimators.

Changed

  • (General) The Conda package only depends on the conda-forge and khiops channels.
  • Internals:
    • Improve and simplify the integration with the khiops-core package via its khiops_env
      script.

10.2.3.0-rc.2

13 Nov 12:49
ff3b61f
Compare
Choose a tag to compare
10.2.3.0-rc.2 Pre-release
Pre-release

For testing purposes only

10.2.3.0-rc.1

13 Nov 10:52
2ebfb69
Compare
Choose a tag to compare
10.2.3.0-rc.1 Pre-release
Pre-release

For testing purposes only

10.2.2.4

05 Aug 16:23
427c1d8
Compare
Choose a tag to compare

10.2.2.4 - 2024-08-05

Added

  • (sklearn) Sklearn's attributes for supervised estimators.

10.2.2.3

02 Aug 14:44
7da3e71
Compare
Choose a tag to compare

10.2.2.3 - 2024-08-02

Fixed

  • (core) API functions handling of unknown parameters: they now fail.
  • Internals:
    • Detection of the path to the MPI command: the real path to the executable is
      now used.