Skip to content

Utility and testing scripts for ML implementations - #40

Closed
stompsjo wants to merge 1 commit into
cnerg:mainfrom
stompsjo:utils
Closed

Utility and testing scripts for ML implementations#40
stompsjo wants to merge 1 commit into
cnerg:mainfrom
stompsjo:utils

Conversation

@stompsjo

Copy link
Copy Markdown
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.

@stompsjostompsjo added the good first issue Good for newcomers label Oct 31, 2022
@stompsjo
stompsjo requested a review from gonukeOctober 31, 2022 18:28
@stompsjostompsjo self-assigned this Oct 31, 2022
@stompsjo

Copy link
Copy Markdown
CollaboratorAuthor

Migrating this PR into #41

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issueGood for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@stompsjo