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

Reduce Lasso test time #415

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Reduce Lasso test time #415

wants to merge 8 commits into from

Conversation

cTatu
Copy link
Collaborator

@cTatu cTatu commented Oct 26, 2022

Description

Reduces max iterations and dataset size for faster execution time

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.

  • I have tested it manually in a local environment & jenkins.

Reproduce instructions:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas.
  • I have documented the public methods of any public class according to the guide styles.
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes
  • I have rebased my branch before trying to merge.

@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Merging #415 (12e7eb6) into master (d532292) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #415   +/-   ##
=======================================
  Coverage   95.01%   95.01%           
=======================================
  Files          46       46           
  Lines        6376     6376           
=======================================
  Hits         6058     6058           
  Misses        318      318           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d532292...12e7eb6. Read the comment docs.

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.

1 participant