decision-forests icon indicating copy to clipboard operation
decision-forests copied to clipboard

Efficient training of models with large number of input features (>10k)

Open achoum opened this issue 3 years ago • 0 comments

Background

Currently, the training graph contains one tf op for each input features. In case of large number of features (or in the case of multi dimensional features), this can lead to a large overhead (large memory consumption, large training initialization stage).

Features request

Support for multi dimensional features without creating an op for each dimension.

achoum avatar Jul 14 '21 10:07 achoum