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

[ENH] Permutation Plot: Add widget #6762

Merged
merged 9 commits into from
Apr 12, 2024
Merged

Conversation

VesnaT
Copy link
Contributor

@VesnaT VesnaT commented Mar 18, 2024

Issue

Implement Permutation Plot from SIMCA software.

https://www.sartorius.com/download/544940/simca-15-user-guide-en-b-00076-sartorius-data.pdf

Includes
  • Code changes
  • Tests
  • Documentation

@VesnaT VesnaT force-pushed the permutation_plot branch 2 times, most recently from c3376d9 to 89618f1 Compare March 19, 2024 11:23
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

Merging #6762 (f5ca503) into master (39bd0ec) will increase coverage by 0.02%.
Report is 4 commits behind head on master.
The diff coverage is 95.19%.

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     


class Inputs:
data = Input("Data", Table)
learner = Input("Lerner", Learner)
Copy link
Contributor

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 VesnaT force-pushed the permutation_plot branch 2 times, most recently from a4a0965 to 7adb1b6 Compare April 2, 2024 09:24
@lanzagar lanzagar changed the title Permutation Plot: Add widget [ENH] Permutation Plot: Add widget Apr 12, 2024
@lanzagar lanzagar merged commit 5ada6c4 into biolab:master Apr 12, 2024
26 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants