-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor py #12
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 classes
fslite/fs/ml.py
FSMLMethod
class for ML feature selection.MLCVModel
class for ML model creation with cross-validation.fdataframe.py
Implement FSDataFrame class for feature selection
fslite/fs/fdataframe.py
FSDataFrame
class for feature selection.multivariate.py
Add multivariate feature selection methods
fslite/fs/multivariate.py
FSMultivariate
class for multivariate feature selection.univariate.py
Implement univariate feature selection methods
fslite/fs/univariate.py
FSUnivariate
class for univariate feature selection.constants.py
Define constants and utilities for feature selection
fslite/fs/constants.py
loom2parquetchunks.py
Add script for loom to parquet conversion
examples/loom2parquetchunks.py
utils.py
Update utilities for feature selection
fslite/fs/utils.py
methods.py
Define abstract class for feature selection methods
fslite/fs/methods.py
FSMethod
for feature selection.loom2parquetmerge.py
Add script for merging parquet files
examples/loom2parquetmerge.py
4 files
test_univariate_methods.py
Add tests for univariate feature selection
fslite/tests/test_univariate_methods.py
test_fsdataframe.py
Add tests for FSDataFrame class
fslite/tests/test_fsdataframe.py
FSDataFrame
initialization and scaling.test_multivariate_methods.py
Add tests for multivariate feature selection
fslite/tests/test_multivariate_methods.py
generate_big_tests.py
Add script to generate large test datasets
fslite/tests/generate_big_tests.py
1 files
fs_pipeline_example.py
Add example pipeline for feature selection
fslite/pipeline/fs_pipeline_example.py
1 files
setup.py
Update package setup and dependencies
setup.py
fsspark
tofslite
.