Skip to content

Returning multiple dimensions in RCA for anomaly detection#5236

Merged
harishsk merged 9 commits intodotnet:masterfrom
klausmh:dev/klausmh/rca-multidimension
Jun 30, 2020
Merged

Returning multiple dimensions in RCA for anomaly detection#5236
harishsk merged 9 commits intodotnet:masterfrom
klausmh:dev/klausmh/rca-multidimension

Conversation

@klausmh
Copy link
Contributor

@klausmh klausmh commented Jun 12, 2020

This PR adds the ability to return multiple dimensions in Root Cause Analysis for anomaly detection.

@dnfadmin
Copy link

dnfadmin commented Jun 12, 2020

CLA assistant check
All CLA requirements met.

@klausmh klausmh changed the title Proposal for returning multiple dimensions in RCA Returning multiple dimensions in RCA Jun 24, 2020
@klausmh klausmh changed the title Returning multiple dimensions in RCA Returning multiple dimensions in RCA for anomaly detection Jun 24, 2020
@klausmh klausmh marked this pull request as ready for review June 24, 2020 17:23
@klausmh klausmh requested a review from a team as a code owner June 24, 2020 17:23
@harishsk
Copy link
Contributor

harishsk commented Jun 24, 2020

Do you need the change to libmf? I think if you update your submodules, or create your branch off the latest commit in master, it should go away. #Resolved

@klausmh
Copy link
Contributor Author

klausmh commented Jun 25, 2020

No, that is a mistake


In reply to: 649087351 [](ancestors = 649087351)

@codecov
Copy link

codecov bot commented Jun 25, 2020

Codecov Report

Merging #5236 into master will decrease coverage by 0.02%.
The diff coverage is 69.56%.

@@            Coverage Diff             @@
##           master    #5236      +/-   ##
==========================================
- Coverage   73.49%   73.47%   -0.03%     
==========================================
  Files        1014     1014              
  Lines      188680   188765      +85     
  Branches    20330    20338       +8     
==========================================
+ Hits       138677   138699      +22     
- Misses      44493    44547      +54     
- Partials     5510     5519       +9     
Flag Coverage Δ
#Debug 73.47% <69.56%> (-0.03%) ⬇️
#production 69.26% <51.72%> (-0.04%) ⬇️
#test 87.44% <100.00%> (+<0.01%) ⬆️
Impacted Files Coverage Δ
...crosoft.ML.TimeSeries/RootCauseLocalizationType.cs 48.31% <0.00%> (-1.12%) ⬇️
src/Microsoft.ML.TimeSeries/RootCauseAnalyzer.cs 54.70% <52.00%> (+0.49%) ⬆️
src/Microsoft.ML.TimeSeries/ExtensionsCatalog.cs 88.88% <60.00%> (-4.73%) ⬇️
...crosoft.ML.TimeSeries.Tests/TimeSeriesDirectApi.cs 99.59% <100.00%> (+0.04%) ⬆️
src/Microsoft.ML.FastTree/RegressionTree.cs 75.51% <0.00%> (-8.17%) ⬇️
src/Microsoft.ML.LightGbm/LightGbmTrainerBase.cs 78.92% <0.00%> (-6.07%) ⬇️
...rosoft.ML.AutoML/ColumnInference/TextFileSample.cs 59.60% <0.00%> (-2.65%) ⬇️
src/Microsoft.ML.Maml/MAML.cs 24.75% <0.00%> (-1.46%) ⬇️
...osoft.ML.Tests/TrainerEstimators/TreeEstimators.cs 97.45% <0.00%> (-0.64%) ⬇️
... and 7 more
#Resolved


BestDimension best;
do {
best = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: formatting. Please place the braces on a new line.

Copy link
Contributor

@harishsk harishsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@harishsk harishsk merged commit 5f875da into dotnet:master Jun 30, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants