File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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() ` .
You can’t perform that action at this time.
0 commit comments