Skip to content

Commit dc8bbd9

Browse files
committed
Update CHANGELOG
1 parent b9a2fb9 commit dc8bbd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,23 @@
1313
comments, and dictionary and variable block internal comments.
1414
- (`core`) Dictionary `Rule` class and supporting API for serializing `Rule` instances.
1515
- (`core`) New way to add a variable to a dictionary using a complete specification.
16+
- (`core`) New API constants for rules used in automatic variable construction:
17+
- `DEFAULT_CONSTRUCTION_RULES`: names of table and entity construction rules,
18+
which are applied by default
19+
- `CALENDRICAL_CONSTRUCTION_RULES`: names of date, time and timestamp rules.
1620
- (`sklearn`) `Text` Khiops type support at the estimator level.
1721

1822
### Changed
1923
- (`core`) Dictionary API (DictionaryDomain, Dictionary, MetaData),
2024
when a requested key is not found in getters, return ``None`` instead
2125
of raising a `KeyError` exception.
2226

27+
### Removed
28+
- (`sklearn`) Remove the `n_features_evaluated_`, `feature_evaluated_names`,
29+
`feature_evaluated_importances_`, `n_features_used_`, `feature_used_names_`
30+
and `feature_used_importances_` Khiops classifier and regressor estimator
31+
attributes.
32+
2333
### Fixed
2434
- (General) Inconsistency between the `tools.download_datasets` function and the
2535
current samples directory according to `core.api.get_samples_dir()`.

0 commit comments

Comments
 (0)