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

feat: add HMMClassifier.fit multiprocessing #259

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

eonu
Copy link
Owner

@eonu eonu commented Dec 27, 2024

Add HMMClassifier.fit multiprocessing

Enables multiprocessed fitting for HMMClassifier if not providing pre-fitted HMMs.

Checklist

  • I have added new tests (if necessary).
  • I have ensured that tests and coverage are passing on CI.
  • I have updated any relevant documentation (if necessary).
  • I have used a descriptive pull request title.

@coveralls
Copy link

Pull Request Test Coverage Report for Build ef31ae31-4aa8-4b7d-b44d-e5f1b7f4af71

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 10 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 82.59%

Files with Coverage Reduction New Missed Lines %
models/hmm/classifier.py 2 91.13%
model_selection/_search.py 8 89.02%
Totals Coverage Status
Change from base Build b3bb5eef-fe2f-4ade-b335-8ade4deef105: 0.0%
Covered Lines: 1167
Relevant Lines: 1413

💛 - Coveralls

@eonu eonu merged commit f79f512 into dev Dec 27, 2024
12 checks passed
@eonu eonu deleted the add_multiprocessed_hmm_classifier_fit branch December 27, 2024 21:21
This was referenced Dec 27, 2024
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.

2 participants