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

AttributeError: 'NoneType' object has no attribute 'get_pipeline_params' #93

Closed kelvin-ksl closed 1 year ago

kelvin-ksl commented 1 year ago

how solve it?

zhangxjohn commented 1 year ago

Do you use model.get_pipeline_params() or model.get_pipeline_params ?

kelvin-ksl commented 1 year ago

I used model.get_pipeline_params().

I ran print(model) and it returned 0, I don't understand why it's not getting the value in experiment.run()

zhangxjohn commented 1 year ago

Did you run experiment.run() successfully?