Releases: KhiopsML/khiops-python
Releases · KhiopsML/khiops-python
10.3.0.0
10.3.0.0 - 2025-02-10
Fixed
- (
core) Dictionary file.jsonextension check in thekhiops.dictionary.read_dictionary_file
function.
Changed
- (
sklearn) Thetrain_test_split_datasethelper has been moved fromkhiops.utilsto
khiops.sklearn. - (
sklearn) Thetransform_pairsparameter of theKhiopsEncodersklearn estimator has been
renamed totransform_type_pairs.
Removed
- (
sklearn) Theis_fitted_estimator attribute. The Scikit-learncheck_is_fittedfunction
can be used to test the fitted state of the estimators. - (
sklearn) Then_pairsparameter of theKhiopsRegressorsklearn estimator. It was never
supported.
10.3.0.0-rc.1
For testing purposes only
10.2.4.0
10.2.4.0 - 2024-12-19
Added
- (General) Support for Python 3.13.
- (General)
visualize_reporthelper 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 theKhiopsLocalRunnerto thecoreAPI. - (
core) System parametermax_memory_mbhas been renamed tomemory_limit_mb. - (
core) System parameterkhiops_temp_dirhas been renamed totemp_dir.
Removed
- (General) Khiops Python 9 compatibility.
10.2.4.0-rc.1
For testing purposes only
10.2.3.1-rc.1
For testing purposes only
10.2.3.0
10.2.3.0 - 2024-11-13
Added
- (
sklearn)train_test_split_datasethelper function to ease the splitting in train/test for
multi-table datasets. - (
sklearn) Complete support forcoreAPI functions parameters in thesklearnestimators.
Changed
- (General) The Conda package only depends on the
conda-forgeandkhiopschannels. - Internals:
- Improve and simplify the integration with the
khiops-corepackage via itskhiops_env
script.
- Improve and simplify the integration with the
10.2.3.0-rc.2
For testing purposes only
10.2.3.0-rc.1
For testing purposes only
10.2.2.4
10.2.2.4 - 2024-08-05
Added
- (
sklearn) Sklearn's attributes for supervised estimators.
10.2.2.3
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.
- Detection of the path to the MPI command: the real path to the executable is