Skip to content

[ENH] Permutation Plot: Add widget#6762

Merged
lanzagar merged 9 commits intobiolab:masterfrom
VesnaT:permutation_plot
Apr 12, 2024
Merged

[ENH] Permutation Plot: Add widget#6762
lanzagar merged 9 commits intobiolab:masterfrom
VesnaT:permutation_plot

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
@codecov
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     

@VesnaT VesnaT requested a review from lanzagar March 20, 2024 06:44

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 from 89618f1 to b24ef86 Compare March 28, 2024 07:37
@VesnaT VesnaT force-pushed the permutation_plot branch from b24ef86 to 7821364 Compare March 29, 2024 10:11
@VesnaT VesnaT force-pushed the permutation_plot branch 2 times, most recently from a4a0965 to 7adb1b6 Compare April 2, 2024 09:24
@VesnaT VesnaT force-pushed the permutation_plot branch from 7adb1b6 to 544ee8c Compare April 5, 2024 11:54
@VesnaT VesnaT force-pushed the permutation_plot branch from 03f66ed to 261a7b7 Compare April 12, 2024 11:46
@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
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