You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a two part issue that Alex Lazea and I can help implement:
Removing any duplicated/unused code from the banditPAM codebase.
We're specifically targeting either pieces of code that aren't being used or other code that is creating class attributes or
other non optimal pieces of code
Simplifying the algorithm itself into a couple simpler functions with a rewrite of some of those functions.
This is to make the code more optimized by replacing the for loop as an apply function.
We will also be looking to combine the build and swap methods of banditPAM into one or two methods that will be simpler to read
The text was updated successfully, but these errors were encountered:
This is a two part issue that Alex Lazea and I can help implement:
other non optimal pieces of code
The text was updated successfully, but these errors were encountered: