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 #49

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Adding CoTraining class implementation #49

wants to merge 5 commits into from

Conversation

stompsjo
Copy link
Collaborator

I have pushed my stompsjo/RadClass:cotraining branch to cnerg/RadClass:cotraining. I will close #42 and copy its contents here for review. This PR should be reviewed and merged before subsequent ones.

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 December 21, 2023 16:21
@stompsjo stompsjo added the good first issue Good for newcomers label Dec 21, 2023
Copy link

github-actions bot commented Dec 21, 2023

Pull Request Test Coverage Report for Build 7290697350

  • 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
Copy link
Collaborator Author

Closing this PR in favor of #44.

@stompsjo stompsjo closed this Dec 21, 2023
@stompsjo
Copy link
Collaborator Author

Woops...closed the wrong PR.

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.

1 participant