-
Notifications
You must be signed in to change notification settings - Fork 1
Refactor py #12
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
base: dev
Are you sure you want to change the base?
Refactor py #12
Conversation
…refactor-py # Conflicts: # fsspark/fs/fdataframe.py
# Conflicts: # requirements.txt
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: where Configuration options
See more information about the |
PR Type
enhancement, tests
Description
Changes walkthrough 📝
9 files
ml.py
Add ML feature selection and cross-validation classesfslite/fs/ml.py
FSMLMethodclass for ML feature selection.MLCVModelclass for ML model creation with cross-validation.fdataframe.py
Implement FSDataFrame class for feature selectionfslite/fs/fdataframe.py
FSDataFrameclass for feature selection.multivariate.py
Add multivariate feature selection methodsfslite/fs/multivariate.py
FSMultivariateclass for multivariate feature selection.univariate.py
Implement univariate feature selection methodsfslite/fs/univariate.py
FSUnivariateclass for univariate feature selection.constants.py
Define constants and utilities for feature selectionfslite/fs/constants.py
loom2parquetchunks.py
Add script for loom to parquet conversionexamples/loom2parquetchunks.py
utils.py
Update utilities for feature selectionfslite/fs/utils.py
methods.py
Define abstract class for feature selection methodsfslite/fs/methods.py
FSMethodfor feature selection.loom2parquetmerge.py
Add script for merging parquet filesexamples/loom2parquetmerge.py
4 files
test_univariate_methods.py
Add tests for univariate feature selectionfslite/tests/test_univariate_methods.py
test_fsdataframe.py
Add tests for FSDataFrame classfslite/tests/test_fsdataframe.py
FSDataFrameinitialization and scaling.test_multivariate_methods.py
Add tests for multivariate feature selectionfslite/tests/test_multivariate_methods.py
generate_big_tests.py
Add script to generate large test datasetsfslite/tests/generate_big_tests.py
1 files
fs_pipeline_example.py
Add example pipeline for feature selectionfslite/pipeline/fs_pipeline_example.py
1 files
setup.py
Update package setup and dependenciessetup.py
fssparktofslite.