Open TheaperDeng opened 3 years ago
Since in ·orca.automl·, AutoXGBoost
also uses metrics
, it might not be convenient to directly move metrics
from orca
to chronos
.Otherwise, orca
need depend on chronos
.
For chronos
, in the cases of
nano
: we could directly use TorchMetrics
in pytorch-lightning
, which might also be more efficient regarding both performance and memory.orca
and could choose to use metrics
in orca.automl
.[TBD]However, we might move metrics
to nano
, since it is for single node only...
orca.automl
is used for customized model for any area, while most of the metrics inorca.automl.metrics
is designed and optimized for time series tasks.orca.automl
can be a simple map between string andsklearn.metrics
Chronos
to be self-contained.