-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/plotly express #216
Closed
Closed
Feat/plotly express #216
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ailable synthetic data streams
aggregate alerts per feature (ordered from descending) click the feature name to directly switch to that feature closes ing-bank#202
Explicitly choose the rgb values for red, as matplotlib's "r" does not coincide with css "red" [link]: https://matplotlib.org/3.5.0/tutorials/colors/colors.html#comparison-between-x11-css4-and-xkcd-colors
- update SEA description - full and partial reference for synthetic data streams - hyperplane logistic regression example
- Performance speedup in histogram summation o Replace for loop with np.sum - Protection against outliers in sparse histograms o Protect against extreme outliers in sparse histograms by avoiding the use of its dense representation where possible. - Working analysis function unit tests o update of test_report_generator o section_generator now passes np arrays to plot_bars_b64, no longer pd.Series. - Added crop_range option to get_consistent_numpy_1dhists function o return a cropped range version of the histogram, between 5-95% quantiles. o Plot cropped histograms in histogram section of report. - Bump up versions of histogrammar
pradyot-09
added
enhancement
New feature or request
reporting
Visualisation of the monitoring results
labels
Jun 7, 2022
pradyot-09
force-pushed
the
feat/plotly-express
branch
from
June 7, 2022 23:25
3b7a76d
to
3de24d4
Compare
Closed
mbaak
reviewed
Jun 8, 2022
Quick wins
Improvements
Follow-up features:
|
Closing in favour of #225 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #164