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

[ENH] add GMMHMM from hmmlearn #3362

Merged
merged 42 commits into from Sep 21, 2022
Merged

[ENH] add GMMHMM from hmmlearn #3362

merged 42 commits into from Sep 21, 2022

Conversation

miraep8
Copy link
Collaborator

@miraep8 miraep8 commented Aug 29, 2022

Building on success I have had with wrapping GuassianHMM in #3156 this is a simple PR which wraps GMMHMM from hmmlearn.

I intend this to be a reference as to how some of the other estimators from hmmlearn can also be wrapped and incorporated into sktime.

Contains PR #3156.

@miraep8
Copy link
Collaborator Author

miraep8 commented Aug 29, 2022

As a note this PR depends on #3156 being merged as well.

@miraep8
Copy link
Collaborator Author

miraep8 commented Sep 1, 2022

Note, tests are failing, but seems to be due to a potentially sporadic failure of ClearSky? Not sure if this is something folks have seen before or not?

Copy link
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

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

Looks great!

Same comments as to #3156 apply - kindly isolate soft dependencies (see there)

Copy link
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

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

Dependencies isolated properly now, thanks!

You forgot to re-request a review, methinks.

@fkiraly fkiraly merged commit b9c5fa7 into sktime:main Sep 21, 2022
@lmmentel lmmentel moved this from Under review to Done in Workstream: annotation, segmentation Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality module:annotation
Development

Successfully merging this pull request may close these issues.

None yet

3 participants