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

Adding CoTraining class implementation #42

Closed
wants to merge 5 commits into from

Conversation

stompsjo
Copy link
Collaborator

This introduces a new class called CoTraining which can be used for semi-supervised co-training using logistic regression. This includes typical scikit-learn-esque methods like train and predict as well as methods for hyperparameter optimization and saving the model to file.

@stompsjo stompsjo requested a review from gonuke October 31, 2022 18:31
@stompsjo stompsjo self-assigned this Oct 31, 2022
@coveralls
Copy link

coveralls commented Oct 31, 2022

Pull Request Test Coverage Report for Build 3949884919

  • 92 of 92 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.2%) to 95.673%

Totals Coverage Status
Change from base Build 3932879255: 1.2%
Covered Lines: 398
Relevant Lines: 416

💛 - Coveralls

@stompsjo stompsjo marked this pull request as draft October 31, 2022 18:52
@stompsjo stompsjo marked this pull request as ready for review January 16, 2023 19:09
@stompsjo
Copy link
Collaborator Author

@gonuke I updated this PR as a result of the changes made in PR #41 (hopefully I didn't forget anything). This is now ready for review.

@stompsjo stompsjo added the good first issue Good for newcomers label Jan 16, 2023
tests/test_models.py Outdated Show resolved Hide resolved
@stompsjo
Copy link
Collaborator Author

Closing in favor of #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants