We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Can AutoTSEstimator support customized loss function and metric for AutoML tuning?
The text was updated successfully, but these errors were encountered:
Customized loss is supported. https://bigdl.readthedocs.io/en/latest/doc/PythonAPI/Chronos/autotsestimator.html. String, pytorch/tf.keras loss instance or pytorch loss creator function are all supported
If customized metric is really needed we can add the support.
Sorry, something went wrong.
fit
The latest nightly build has supported this feature (customized metric). https://pypi.org/project/bigdl-chronos/2.1.0b20220228/
@liangs6212 could you have some thorough UTs on this?
Thank you very much!
The latest nightly build has supported this feature (customized metric). https://pypi.org/project/bigdl-chronos/2.1.0b20220228/ @liangs6212 could you have some thorough UTs on this?
ok, I'll add some relevant UTs.
TheaperDeng
Successfully merging a pull request may close this issue.
Hi,
Can AutoTSEstimator support customized loss function and metric for AutoML tuning?
The text was updated successfully, but these errors were encountered: