Skip to content

Commit d47c8e7

Browse files
committed
Update CHANGELOG.md for 10.3.0.0
1 parent 5ebbc1f commit d47c8e7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
- Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
77
- Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists.
88

9+
## 10.3.0.0 - 2025-02-06
10+
11+
### Fixed
12+
- (`core`) Dictionary file `.json` extension check in the `khiops.dictionary.read_dictionary_file`
13+
function.
14+
15+
### Changed
16+
- (`sklearn`) The `train_test_split_dataset` helper has been moved from `khiops.utils` to
17+
`khiops.sklearn`.
18+
- (`sklearn`) The `transform_pairs` parameter of the `KhiopsEncoder` sklearn estimator has been
19+
renamed to `transform_type_pairs`.
20+
21+
### Removed
22+
- (`sklearn`) The `is_fitted_` estimator attribute. The Scikit-learn `check_is_fitted` function
23+
can be used to test the fitted state of the estimators.
24+
- (`sklearn`) The `n_pairs` parameter of the `KhiopsRegressor` sklearn estimator. It was never
25+
supported.
26+
927
## 10.2.4.0 - 2024-12-19
1028

1129
### Added

0 commit comments

Comments
 (0)