ML nodes#182
Draft
Varun-nair1997 wants to merge 6 commits into
Draft
Conversation
689ae50 to
40d8aa7
Compare
* Edit gitignore, add pipeline and env for testing, add sample test * Fix CI workflow paths and smoke-test checks * Update CI pipeline to run tests and checks on all files * Configure Ruff, Black, and Mypy without pyproject * Format black * Fix CI paths for branch checks and tests * Match executorlib CI behavior * Restore assyst import cleanup * Format black * Use DEPENDABOT_WORKFLOW_TOKEN instead of GITHUB_TOKEN * Temporarily remove ruff * Add back ruff check * Update pipeline.yml * Update pipeline.yml Temporarily disable ruff, mypy and project install * Set python version to 3.12 and update smoke test to use unittest * Format black --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pyiron-runner <pyiron@mpie.de>
sklearn nodes included ML model validation nodes node tests for sklearn nodes
7d68d00 to
f9fb748
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created a small work flow to prevent data leakage and perform model selection (ONLY NUMERIC DATA)