Azure-Samples / Azure-Samples/AnomalyDetector
build_figure is expecting wrong column names
- Dominant language
- Jupyter Notebook
- Stars
- 110
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```
### Minimal steps to reproduce
> run the notebook, try to execute build_figure(sample_data,95)
since the values returned are not in plural there are multiple errors.
### Any log messages given by the failure
> getting a KeyError when trying build the figure
for example
columns = {'expectedValues': result['expectedValue**s**'],
this is the case for : upperMargins, lowerMargins
### Expected/desired behavior
> notebook should run w/o errors
### OS and Version?
> Windows 10.
### Versions
>
### Mention any other details that might be useful
running on a notebook vm with Python 3 kernel
> ---------------------------------------------------------------
> Thanks! We'll be in touch soon.
Contributor guide
Assessment
This issue has not been assessed yet.