Skip to content

add threshold for RCA #5218

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

Merged
merged 37 commits into from
Jun 19, 2020
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2c7a62b
add root cause localization transformer
suxi-ms Mar 10, 2020
f9af073
merge with remote repo
suxi-ms Jun 3, 2020
0551ecd
rebase
suxi-ms Jun 3, 2020
3138c39
merge
suxi-ms Jun 3, 2020
946ac43
temp save for internal review
suxi-ms Mar 20, 2020
d39e657
merge
suxi-ms Jun 3, 2020
eadada4
merge
suxi-ms Jun 3, 2020
6cf9b59
merge
suxi-ms Jun 3, 2020
36d1625
merge
suxi-ms Jun 3, 2020
0f81982
merge
suxi-ms Jun 3, 2020
f3fad18
merge
suxi-ms Jun 3, 2020
612be4d
merge
suxi-ms Jun 3, 2020
23261f2
merge
suxi-ms Jun 3, 2020
fa10bff
merge
suxi-ms Jun 3, 2020
919ed6b
update
suxi-ms Apr 1, 2020
0407282
refine internal logic
suxi-ms Apr 7, 2020
0efee95
merge
suxi-ms Jun 3, 2020
bde4a53
update
suxi-ms Jun 3, 2020
a1ab905
merge
suxi-ms Jun 3, 2020
711dfca
merge
suxi-ms Jun 3, 2020
e202a04
merge
suxi-ms Jun 3, 2020
1a2d569
fix type
suxi-ms Apr 27, 2020
b059b53
update model signature
suxi-ms Apr 28, 2020
fa834fd
update rca interface by removing transformer
suxi-ms May 7, 2020
2b29426
update
suxi-ms May 8, 2020
0860e01
update
suxi-ms May 9, 2020
6cf15c8
merge
suxi-ms Jun 3, 2020
a3eee1a
update
suxi-ms Jun 3, 2020
66261e6
some update
suxi-ms Jun 9, 2020
887e992
update
suxi-ms Jun 9, 2020
421157d
Update src/Microsoft.ML.TimeSeries/ExtensionsCatalog.cs
suxi-ms Jun 11, 2020
54727ea
fix typo in extension catalgo comments
suxi-ms Jun 11, 2020
0e60d3c
merge
suxi-ms Jun 11, 2020
9d4a45e
update libmf
suxi-ms Jun 12, 2020
cd19889
update point map
suxi-ms Jun 12, 2020
28bf0a5
add root cause options
suxi-ms Jun 18, 2020
8e5784e
revert option changes
suxi-ms Jun 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update model signature
  • Loading branch information
suxi-ms committed Jun 3, 2020
commit b059b535ebbc75b0ff121d866ed1d855aced092b
2 changes: 1 addition & 1 deletion src/Microsoft.ML.TimeSeries/RootCauseLocalization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class RootCauseLocalizationTransformer : OneToOneTransformerBase
private static VersionInfo GetVersionInfo()
{
return new VersionInfo(
modelSignature: "ROOTCAUSE",
modelSignature: "ROOTCAUS",
verWrittenCur: 0x00010001, // Initial
verReadableCur: 0x00010001,
verWeCanReadBack: 0x00010001,
Expand Down