-
Notifications
You must be signed in to change notification settings - Fork 4
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
yup, this has done it #82
yup, this has done it #82
Conversation
test/counterfactual_explanations.jl
Outdated
counterfactual_data = TaijaData.load_linearly_separable() |> | ||
x -> (Float32.(x[1]), x[2]) |> | ||
x -> CounterfactualData(x...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
counterfactual_data = TaijaData.load_linearly_separable() |> | |
x -> (Float32.(x[1]), x[2]) |> | |
x -> CounterfactualData(x...) | |
counterfactual_data = | |
TaijaData.load_linearly_separable() |> | |
x -> (Float32.(x[1]), x[2]) |> x -> CounterfactualData(x...) |
test/counterfactual_explanations.jl
Outdated
|
||
# Search: | ||
generator = GenericGenerator() | ||
ce = generate_counterfactual(x, target, counterfactual_data, M, generator) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
ce = generate_counterfactual(x, target, counterfactual_data, M, generator) | |
ce = generate_counterfactual(x, target, counterfactual_data, M, generator) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
==========================================
+ Coverage 96.00% 96.05% +0.05%
==========================================
Files 15 15
Lines 575 583 +8
==========================================
+ Hits 552 560 +8
Misses 23 23 ☔ View full report in Codecov by Sentry. |
No description provided.