-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] Permutation Plot: Add widget #6762
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VesnaT
force-pushed
the
permutation_plot
branch
2 times, most recently
from
March 19, 2024 11:23
c3376d9
to
89618f1
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6762 +/- ##
==========================================
+ Coverage 88.17% 88.20% +0.02%
==========================================
Files 326 327 +1
Lines 70945 71177 +232
==========================================
+ Hits 62559 62780 +221
- Misses 8386 8397 +11 |
lanzagar
reviewed
Mar 22, 2024
|
||
class Inputs: | ||
data = Input("Data", Table) | ||
learner = Input("Lerner", Learner) |
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.
Suggested change
learner = Input("Lerner", Learner) | |
learner = Input("Learner", Learner) |
VesnaT
force-pushed
the
permutation_plot
branch
from
March 28, 2024 07:37
89618f1
to
b24ef86
Compare
VesnaT
force-pushed
the
permutation_plot
branch
from
March 29, 2024 10:11
b24ef86
to
7821364
Compare
VesnaT
force-pushed
the
permutation_plot
branch
2 times, most recently
from
April 2, 2024 09:24
a4a0965
to
7adb1b6
Compare
VesnaT
force-pushed
the
permutation_plot
branch
from
April 12, 2024 11:46
03f66ed
to
261a7b7
Compare
lanzagar
reviewed
Apr 12, 2024
doc/visual-programming/source/widgets/evaluate/permutationplot.md
Outdated
Show resolved
Hide resolved
doc/visual-programming/source/widgets/evaluate/permutationplot.md
Outdated
Show resolved
Hide resolved
doc/visual-programming/source/widgets/evaluate/permutationplot.md
Outdated
Show resolved
Hide resolved
lanzagar
changed the title
Permutation Plot: Add widget
[ENH] Permutation Plot: Add widget
Apr 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Implement Permutation Plot from SIMCA software.
https://www.sartorius.com/download/544940/simca-15-user-guide-en-b-00076-sartorius-data.pdf
Includes