-
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
Release v3.3.2 #33
Merged
Merged
Release v3.3.2 #33
Conversation
This file contains 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
* tool for pycaret classification * set system_log to False since pycaret would print process log to stderr and made the Galaxy jobs failed * dashboard only for test data The dashboard function from Pycaret will return a running dashboard but only need the html for now. so I write a custom dashboard function generate_dashboard() * Used smart_report * clean up the code * added model to outputs
* add regression restructure classes * better html report
This reverts commit 7153f43.
* added a section for contributors * added two steps * add more details * added git commands * added where to create bugfix brach
pycaret will add a .pkl extension to the file, so we don't need to do that
replicate the brach from exp-parameter-setup
* updates for pr actions 1. formart for planemo test and lint, and flask8 lint 2. found and fixed bugs during planemo test 3. added test-data files * Create .shed.yml * add details to .shed.yml * importing order * importing order * updated pr.yaml and import order 1 for pr.yaml: commend checking file-size for now 2. import order again
* added model selection and tested * changed expected test outputs since the new docker image/pycaret with extra models, the results have been changed
* init feature_importance * integrate result into comparing result * changed the title of plots * changed for flask8 * resolved bugs and added tests for best_model.csv * updated the test file * clear for lint
* init commit * integrated explainer into classification report * finished explainer into report * changed test file
* added input of random seed * flake8 linting * added random seed for testing * passed the tests * planemo lint
* some improvements 1. rename AUC to ROC-AUC 2. add <hr> to divide different plots * added description for setup * corrected the code for PR-AUC * results on testing set * added testset as an option * resolved a bug in feature importance ana * change input of feature importance * python lint * update the testing files due to changes * lint
* pdf/md evaluation report just for recording -- html version will be pushed next * finished the evaluation/prediction tool * lint * xml lint
* updated back to 3.3.2 latest version includes pdf related packages and we don't need them now * delated unnecessary dependencies * lint * removed extra_file in tests * added help info
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.
No description provided.