You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
:warning: This repository is now archived and won’t be maintained further. We recommend using other libraries such as  instead
4
+
3
5
The purpose of this tool is to aid in obtaining quick visualizations for time series forecasts provided by a Lightwood predictor.
4
6
5
7

6
8
7
-
At the moment, the tool supports predictors trained with `lightwood >= 1.0`, but support for 3rd party models is coming soon~ish.
9
+
The tool supports predictors trained with `lightwood >= 1.0`.
8
10
9
11
## Documentation
10
12
11
-
For now, there is no documentation as the package itself is fairly minimal.
12
-
13
-
However, most functionality is showcased through examples. Please refer to:
14
-
13
+
There is no documentation. Most functionality is showcased through examples. Please refer to:
15
14
*`example/train.py` to train a Lightwood forecaster for airplane arrival data (which includes 4 different time series)
16
15
*`example/visualize.py` to plot predictions from this model in your web browser
17
16
*`example/visualize.ipynb` to plot predictions from this model inside a jupyter notebook
18
17
19
-
Note: if you've cloned the repository (as opposed to `pip install`ing), make sure the path to `mindsdb_forecast_visualizer` is added to your python path environment variable before running these scripts from the package root folder.
18
+
Note: if you’ve cloned the repository (as opposed to `pip install`ing), make sure the path to `mindsdb_forecast_visualizer` is added to your python path environment variable before running these scripts from the package root folder.
0 commit comments