Skip to content
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

[Large data individual causal] Add individual causal what-if to large data #1942

Merged
merged 37 commits into from
Feb 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
76324ea
add g
vinuthakaranth Feb 2, 2023
2f7cae5
add local_causal api
vinuthakaranth Feb 2, 2023
65f8da0
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 2, 2023
4cebb48
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 2, 2023
cc99d5c
add
vinuthakaranth Feb 2, 2023
abc55dd
add
vinuthakaranth Feb 2, 2023
8b88174
update causal local
vinuthakaranth Feb 3, 2023
fba7cfd
on declick remove data
vinuthakaranth Feb 3, 2023
f064e77
is loading
vinuthakaranth Feb 3, 2023
dbd84e0
add revert button
vinuthakaranth Feb 3, 2023
e74f375
add test data row
vinuthakaranth Feb 3, 2023
fb5b4cf
test data row changes
vinuthakaranth Feb 3, 2023
f722b64
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 4, 2023
b6dbf69
lintfix
vinuthakaranth Feb 4, 2023
1699b3f
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 5, 2023
db3233a
Merge branch 'vikarant/CausalPart1' of https://github.com/microsoft/r…
vinuthakaranth Feb 5, 2023
493a54d
reduce lines in whatif
vinuthakaranth Feb 5, 2023
55916cc
max lines
vinuthakaranth Feb 6, 2023
9be3532
max lines
vinuthakaranth Feb 6, 2023
37701c6
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 6, 2023
2483aea
Merge branch 'vikarant/CausalPart1' of https://github.com/microsoft/r…
vinuthakaranth Feb 6, 2023
fdaa818
lines
vinuthakaranth Feb 6, 2023
78220e9
update interface ICausalAnalysisData
vinuthakaranth Feb 6, 2023
58c4af4
remove any
vinuthakaranth Feb 6, 2023
0647886
add lint
vinuthakaranth Feb 6, 2023
2a4cc09
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 6, 2023
db110c3
Merge branch 'main' into vikarant/CausalPart1
vinuthakaranth Feb 7, 2023
ac91f4a
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 8, 2023
cb2fcfa
Merge branch 'vikarant/CausalPart1' of https://github.com/microsoft/r…
vinuthakaranth Feb 8, 2023
0e1a6a6
Merge branch 'main' into vikarant/CausalPart1
vinuthakaranth Feb 8, 2023
ca4276c
address comment
vinuthakaranth Feb 8, 2023
8d6595e
Merge branch 'vikarant/CausalPart1' of https://github.com/microsoft/r…
vinuthakaranth Feb 8, 2023
cc70452
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 8, 2023
3f73d48
address comment
vinuthakaranth Feb 8, 2023
f778679
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 8, 2023
64a2d81
address comments
vinuthakaranth Feb 9, 2023
ce56108
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Feb 9, 2023
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
add lint
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
vinuthakaranth committed Feb 6, 2023
commit 0647886e447624d20faddef484eeb37bfa74c87a
6 changes: 6 additions & 0 deletions libs/causality/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {}
},
{
"files": ["**/LargeCausalIndividualChart.tsx"],
vinuthakaranth marked this conversation as resolved.
Show resolved Hide resolved
"rules": {
"max-lines": "off"
}
}
]
}