File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 6
6
- Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
7
7
- Internals: Changes in * Internals* sections are unlikely to be of interest for data scientists.
8
8
9
- ## Unreleased
9
+ ## 10.3.2.0 - 2025-07-03
10
+
11
+ ### Fixed
12
+ - (` sklearn ` ) Documentation display for the ` train_test_split_dataset ` sklearn
13
+ helper function.
14
+
15
+ ## 10.3.1.0 - 2025-04-16
10
16
11
17
### Added
12
18
- (` sklearn ` ) Support for boolean and float targets in ` KhiopsClassifier ` .
13
19
20
+ ### Fixed
21
+ - (` sklearn ` ) Crash when there were no informative trees in predictors.
22
+
23
+ ### Deprecated
24
+ - (` core ` ) The ` build_multi_table_dictionary_domain ` helper function.
25
+
26
+ ## 10.3.0.0 - 2025-02-10
27
+
28
+ ### Fixed
29
+ - (` core ` ) Dictionary file ` .json ` extension check in the ` khiops.dictionary.read_dictionary_file `
30
+ function.
31
+
32
+ ### Changed
33
+ - (` sklearn ` ) The ` train_test_split_dataset ` helper has been moved from ` khiops.utils ` to
34
+ ` khiops.sklearn ` .
35
+ - (` sklearn ` ) The ` transform_pairs ` parameter of the ` KhiopsEncoder ` sklearn estimator has been
36
+ renamed to ` transform_type_pairs ` .
37
+
38
+ ### Removed
39
+ - (` sklearn ` ) The ` is_fitted_ ` estimator attribute. The Scikit-learn ` check_is_fitted ` function
40
+ can be used to test the fitted state of the estimators.
41
+ - (` sklearn ` ) The ` n_pairs ` parameter of the ` KhiopsRegressor ` sklearn estimator. It was never
42
+ supported.
43
+
14
44
## 10.2.4.0 - 2024-12-19
15
45
16
46
### Added
You can’t perform that action at this time.
0 commit comments