You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose default construction rules and fix relevant documentation
- separate construction rules into:
- rules applied by default (`DEFAULT_CONSTRUCTION_RULES`);
- calendar-related rules (`CALENDRICAL_CONSTRUCTION_RULES`);
- document the construction rules;
- fix the `construction_rules` parameter documentation in the Core API;
- fix the `n_features` parameter documentation the Sklearn estimator API.
"Trains a multi-table predictor with specific construction rules\n\n It is the same as `.train_predictor_mt` but with the specification of the allowed\n variable construction rules. The list of available rules is found in the field\n ``kh.all_construction_rules``\n\n"
506
+
"Trains a multi-table predictor with specific construction rules\n\n It is the same as `.train_predictor_mt` but with the specification of the allowed\n variable construction rules. The list of available rules is found in the field\n ``kh.ALL_CONSTRUCTION_RULES``\n\n"
0 commit comments