Closed
Description
Description
A model
/ aggregate
/ transformed_feature
can be defined without using an estimator
/ aggregator
/ transformer
. If so, Cortex doesn't validate types.
Motivation
Reduce the amount of required configuration
Additional Context
- e.g.
estimator
has a keypath
, andmodel
has keysestimator
andestimator_path
(only one of them may be defined)