Releases: KhiopsML/khiops-python
Releases · KhiopsML/khiops-python
10.3.0.0
10.3.0.0 - 2025-02-10
Fixed
- (
core
) Dictionary file.json
extension check in thekhiops.dictionary.read_dictionary_file
function.
Changed
- (
sklearn
) Thetrain_test_split_dataset
helper has been moved fromkhiops.utils
to
khiops.sklearn
. - (
sklearn
) Thetransform_pairs
parameter of theKhiopsEncoder
sklearn estimator has been
renamed totransform_type_pairs
.
Removed
- (
sklearn
) Theis_fitted_
estimator attribute. The Scikit-learncheck_is_fitted
function
can be used to test the fitted state of the estimators. - (
sklearn
) Then_pairs
parameter of theKhiopsRegressor
sklearn 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_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 theKhiopsLocalRunner
to thecore
API. - (
core
) System parametermax_memory_mb
has been renamed tomemory_limit_mb
. - (
core
) System parameterkhiops_temp_dir
has 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_dataset
helper function to ease the splitting in train/test for
multi-table datasets. - (
sklearn
) Complete support forcore
API functions parameters in thesklearn
estimators.
Changed
- (General) The Conda package only depends on the
conda-forge
andkhiops
channels. - Internals:
- Improve and simplify the integration with the
khiops-core
package 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