At the moment we consider all features for the tree building process.
Goal:
Use parameter ratio_features_at_split to determine the ratio of features to consider at each splitting point in a tree. -> rewrite _fit method in causaltree.py.
Check if number of features is below a threshold (< 3) then do not use the ratio but use all variables and print a warning message.
At the moment we consider all features for the tree building process. Goal:
ratio_features_at_split
to determine the ratio of features to consider at each splitting point in a tree. -> rewrite_fit
method incausaltree.py
.