Releases: KhiopsML/khiops-python
Releases · KhiopsML/khiops-python
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.3.0-b.6
For testing purposes only
10.2.3.0-b.5
For testing purposes only
10.2.2.5-a.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
10.2.2.2
10.2.2.2 - 2024-07-19
Fixed
- (
core
) Documentation of thespecific_pairs
parameter for thetrain_predictor
and
train_recoder
core API functions.
Deprecated
- (
core
) The following parameters of thetrain_predictor
core API functions:max_groups
max_intervals
min_group_frequency
min_interval_frequency
results_prefix
snb_predictor
univariate_predictor_number
discretization_method
for supervised learninggrouping_method
for supervised learning
10.2.2.1
Release date: 2024-07-05
Changed
- Internals:
- The OpenMPI backend now executes with the
--allow-run-as-root
option.
- The OpenMPI backend now executes with the