Skip to content

timeseries2velocity: replace sklearn with numpy for bootstrap resampling#629

Merged
yunjunz merged 2 commits intoinsarlab:mainfrom
forrestfwilliams:velocityStd
Aug 5, 2021
Merged

timeseries2velocity: replace sklearn with numpy for bootstrap resampling#629
yunjunz merged 2 commits intoinsarlab:mainfrom
forrestfwilliams:velocityStd

Conversation

@forrestfwilliams
Copy link
Copy Markdown
Collaborator

fixes #520

  • Fix #xxxx
  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

@yunjunz yunjunz self-requested a review August 5, 2021 04:04
@yunjunz yunjunz changed the title timeseries2velocity: replace resample with np.random.choice timeseries2velocity: replace sklearn with numpy for bootstrap resampling Aug 5, 2021
Copy link
Copy Markdown
Member

@yunjunz yunjunz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @forrestfwilliams for converting this! The local testing by comparing the old and this version looks reasonable to me.

@yunjunz yunjunz merged commit dd53df9 into insarlab:main Aug 5, 2021
@forrestfwilliams
Copy link
Copy Markdown
Collaborator Author

No problem @yunjunz! Test files had the same results on my end as well!

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.

bootstrap resampling via numpy instead of sklearn

2 participants