Skip to content

10.3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 12:45
· 19 commits to dev since this release
7cf8c15

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.