-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Feature: Paired t-test table visualization #3473
Feature: Paired t-test table visualization #3473
Conversation
Coverage decreased (-0.2%) to 68.91% when pulling c879427461dc9a6821408180061341dd9a830d3c on Mogball:mogball/feature/paired-ttest-viz into e22aecb on apache:master. |
Coverage decreased (-0.2%) to 68.91% when pulling c879427461dc9a6821408180061341dd9a830d3c on Mogball:mogball/feature/paired-ttest-viz into e22aecb on apache:master. |
Coverage decreased (-0.4%) to 68.76% when pulling ee871989aeb82ef60c8854101bea621ffaca852e on Mogball:mogball/feature/paired-ttest-viz into e22aecb on apache:master. |
1 similar comment
Coverage decreased (-0.4%) to 68.76% when pulling ee871989aeb82ef60c8854101bea621ffaca852e on Mogball:mogball/feature/paired-ttest-viz into e22aecb on apache:master. |
Coverage decreased (-0.2%) to 68.91% when pulling 2abc0aec4f00c9c37d03eae66aafbb7128e962fe on Mogball:mogball/feature/paired-ttest-viz into e22aecb on apache:master. |
2abc0ae
to
156cbe7
Compare
a86029e
to
5d47cc2
Compare
Coverage decreased (-0.02%) to 69.424% when pulling 5d47cc2b1ecfc2b3355ce2f8378527fc42797c64 on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
1 similar comment
Coverage decreased (-0.02%) to 69.424% when pulling 5d47cc2b1ecfc2b3355ce2f8378527fc42797c64 on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
5d47cc2
to
8328017
Compare
Coverage decreased (-0.02%) to 69.424% when pulling 8328017c7183de6d129def67e824f5ea3a7ab97b on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
1 similar comment
Coverage decreased (-0.02%) to 69.424% when pulling 8328017c7183de6d129def67e824f5ea3a7ab97b on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
Coverage decreased (-0.02%) to 69.424% when pulling 8328017c7183de6d129def67e824f5ea3a7ab97b on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
1 similar comment
Coverage decreased (-0.02%) to 69.424% when pulling 8328017c7183de6d129def67e824f5ea3a7ab97b on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
d637350
to
35b466f
Compare
Coverage increased (+0.1%) to 69.579% when pulling 35b466fa938e3de1a6aef769e7b7902db4728fc5 on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
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.
70% code coverage, nice!
Edit: Actually just over the hump of 69.5%, but close enough. 😄
this.computeTTest(this.state.control); | ||
} | ||
|
||
getLiftStatus(row) { |
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.
Could you add some code comments on some of these functions? I get the general idea of what the functions do, but some comments might help with future clarity.
Coverage increased (+0.1%) to 69.557% when pulling 68c72c9c369b93cd6b0449893fb3518627882566 on Mogball:mogball/feature/paired-ttest-viz into c3c9ceb on apache:master. |
68c72c9
to
9caafea
Compare
Coverage increased (+0.1%) to 69.602% when pulling 9caafeaf0e132070adca264f2d8c0b25ee6767aa on Mogball:mogball/feature/paired-ttest-viz into 1cf634a on apache:master. |
1f476fe
to
1680d3b
Compare
1680d3b
to
aa77088
Compare
1 similar comment
3 similar comments
This should be very useful, thanks @Mogball! |
* Feature: paired t-test table viz * Added unit tests for viz
* Feature: paired t-test table viz * Added unit tests for viz
Continuation of #3006
Features
Differences to #3006