-
Notifications
You must be signed in to change notification settings - Fork 0
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
MAB & default agent comparison Experiment #50
base: main
Are you sure you want to change the base?
Conversation
Hello @maypink! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-08-18 09:47:33 UTC |
Codecov Report
@@ Coverage Diff @@
## transfer_to_lightning_with_dbv0 #50 +/- ##
==================================================================
Coverage ? 42.25%
==================================================================
Files ? 26
Lines ? 594
Branches ? 0
==================================================================
Hits ? 251
Misses ? 343
Partials ? 0 |
* update requirements.txt * remove deprecated argument "dataset_format" from "OpenMLDataset.get_data()"
* alter categorical features transformation to "one-hot" if pymfe raised RecursionError * allow datasets data to not have "categorical_indicator" for pymfe * allow to specify kwargs for MFE.fit() & MFE.extract() in PymfeExtractor.extract()
* Create .codecov.yml * Create build.yml * Update README.md add few bages * Update README.md Add new bages * Update README.md removed nccr badge
patch broken build badge
04a2ae6
to
9220f92
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
На первый взгляд комментариев нет. Ждем результатов
97c167f
to
25b5375
Compare
add3659
to
c19b7bd
Compare
This branch contains code from both
transfer_to_lightning_with_dbv0
anddocker_and_experiments
branches.What's new:
NB! To install appropriate GOLEM branch:
pip install git+https://github.com/aimclub/GOLEM@minor-fix#egg=thegolem
To install appropriate FEDOT branch:
pip install git+https://github.com/aimclub/FEDOT@add-mutation-agent#egg=fedot --no-deps