alteryx / alteryx/evalml

Add support for plotting time series target data

オープン
#3,955 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
new feature
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

- As a user, I wish I could use EvalML to quicky plot time series target data.
- In particular, I would like to be able to create a plot of timestamps vs. target data value.
- In addition, I would like to be able to optionally include prediction interval data in this plot.

#### Code Example

```python
pl.plot_time_series_target(X, y)
# returns plotly fig

pl.plot_time_series_target(X, y, plot_prediction_intervals=True)
# returns plotly fig with intervals
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。