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

Utility and testing scripts for ML implementations #40

Closed
wants to merge 1 commit into from

Conversation

stompsjo
Copy link
Collaborator

This PR includes various scripts (found in utils.py) for use in the ML models present in other PRs. This includes, for example, data visualization (PCA), hyperparameter optimization (utils.run_hyperopt), and ML training techniques (utils.cross_validation and utils.EarlyStopping).

Note that some tests found in test_models.py will be removed from here and migrated to their respective PRs.

@stompsjo stompsjo added the good first issue Good for newcomers label Oct 31, 2022
@stompsjo stompsjo requested a review from gonuke October 31, 2022 18:28
@stompsjo stompsjo self-assigned this Oct 31, 2022
@stompsjo
Copy link
Collaborator Author

Migrating this PR into #41

@stompsjo stompsjo closed this Oct 31, 2022
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