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

最终预测结果图片样式 #106

Closed hello-the-vsworld closed 1 year ago

hello-the-vsworld commented 1 year ago

您好, 预测结果的图片样式可以修改吗?比如把中间的网格线去除,或者引入python扩展包进行结果预测,显示出可以用于论文撰写要求的图片,下面添加的图片附件是我想达到的效果,感谢! 111 图片样式

zhangxjohn commented 1 year ago

您好,不好意思,这个需求无法满足。 如果您个人有定制化的需求,您可以按照您的需求自己绘图,或者修改(https://github.com/DataCanvasIO/HyperTS/tree/main/hyperts/utils/plot.py) 中的内容。

hello-the-vsworld commented 1 year ago

您好,可以使用matplotlib等第三方库进行结果预测的绘图吗?如果可以,怎么较预测结果绘制在其中?

直到太阳升起 @.***

 

------------------ 原始邮件 ------------------ 发件人: "DataCanvasIO/HyperTS" @.>; 发送时间: 2023年8月28日(星期一) 上午10:01 @.>; @.**@.>; 主题: Re: [DataCanvasIO/HyperTS] 最终预测结果图片样式 (Issue #106)

您好,不好意思,这个需求无法满足。 如果您个人有定制化的需求,您可以按照您的需求自己绘图,或者修改(https://github.com/DataCanvasIO/HyperTS/tree/main/hyperts/utils/plot.py) 中的内容。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

zhangxjohn commented 1 year ago

可以使用matplotlib绘制。 您可以参考(https://github.com/DataCanvasIO/HyperTS/tree/main/hyperts/utils/plot.py)中使用的变量进行绘制。 所有的变量(e.g., X_train, y_train, X_text, y_text, y_pred)您在运行过程中均可以获得,根据自己的需求直接绘制即可。