DataCanvasIO / HyperTS

A Full-Pipeline Automated Time Series (AutoTS) Analysis Toolkit.
https://hyperts.readthedocs.io
Apache License 2.0
260 stars 27 forks source link

[fix] seems like a typo #101

Closed NatLee closed 1 year ago

NatLee commented 1 year ago

Hi!

I try the user defined estimator in the documentation 0600_user_defined.

But I got a probelm that the method update_dl_kwargs cannot be found in TransformerWrapper.

At the same time, I notice there is a similar function named update_fit_kwargs in hyperts/framework/wrappers/_base.py#233.