Add Machine Learning functionality to your Scenes.
This library contains a collection of @grafana/scenes
objects which can be added to your Scenes to run interactive, responsive machine learning algorithms directly in the browser.
@grafana/scenes-ml
currently contains implementations of the following:
Under the hood, the heavy lifting is largely powered by the augurs
library, which runs inside WebAssembly.
See that library for more information on the underlying algorithms.
See the library README for usage documentation.
To work on @grafana/scenes-ml
, please follow the guides below.
@grafana/scenes-ml
with an app pluginYARN_IGNORE_PATH=1 yarn link
from packages/scenes-ml
directory.yarn dev
from packages/scenes-ml
directory.yarn link @grafana/scenes-ml
from app plugin directory.Alternatively, use the demo app included in this repository.