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

Add Bag-of-patterns algorithm #62

Merged
merged 12 commits into from
Feb 10, 2020
Merged

Add Bag-of-patterns algorithm #62

merged 12 commits into from
Feb 10, 2020

Conversation

johannfaouzi
Copy link
Owner

This PR adds the bag-of-patterns algorithm that builds on top of the bag-of-words transformation for time series. The bag-of-words transformation has been updated to match the description of the algorithm in the original paper, which required to also update the SAXVSM algorithm that builds on top of this transformation.

@codecov
Copy link

codecov bot commented Feb 10, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@b6d1a4a). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #62   +/-   ##
=========================================
  Coverage          ?   98.45%           
=========================================
  Files             ?       91           
  Lines             ?     4801           
  Branches          ?        0           
=========================================
  Hits              ?     4727           
  Misses            ?       74           
  Partials          ?        0
Impacted Files Coverage Δ
pyts/transformation/bag_of_patterns.py 100% <ø> (ø)
pyts/approximation/dft.py 94.05% <100%> (ø)
pyts/transformation/rocket.py 100% <100%> (ø)
pyts/multivariate/classification/multivariate.py 98% <100%> (ø)
pyts/transformation/tests/test_rocket.py 100% <100%> (ø)
pyts/classification/bossvs.py 97.29% <100%> (ø)
pyts/transformation/__init__.py 100% <100%> (ø)
pyts/transformation/boss.py 100% <100%> (ø)
pyts/transformation/weasel.py 99.35% <100%> (ø)
pyts/approximation/sfa.py 100% <100%> (ø)
... and 5 more

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 b6d1a4a...a75273a. Read the comment docs.

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Feb 10, 2020

This pull request introduces 1 alert when merging 1c0b927 into a558e39 - view on LGTM.com

new alerts:

  • 1 for Module imports itself

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Feb 10, 2020

This pull request introduces 1 alert when merging b648288 into a558e39 - view on LGTM.com

new alerts:

  • 1 for Module imports itself

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Feb 10, 2020

This pull request introduces 1 alert when merging a75273a into a558e39 - view on LGTM.com

new alerts:

  • 1 for Module imports itself

@johannfaouzi johannfaouzi merged commit cf007ce into master Feb 10, 2020
@johannfaouzi johannfaouzi deleted the bag-of-patterns branch February 10, 2020 15:39
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.

None yet

1 participant