-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from goeckslab/v0.9.0
V0.9.0 - update sklearn to v0.24.*, tensorflow to v2.* etc.
- Loading branch information
Showing
2,330 changed files
with
19,427 additions
and
823,772 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
include LICENSE | ||
include README.md | ||
include requirements.txt | ||
include galaxy_ml/pk_whitelist.json | ||
include galaxy_ml/model_persist/pk_whitelist.json | ||
include galaxy_ml/externals/selene_sdk/sequences/_sequence.pyx | ||
include galaxy_ml/externals/selene_sdk/targets/_genomic_features.pyx | ||
recursive-include galaxy_ml/externals/selene_sdk/sequences/data *.bed* |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
__version__ = '0.8.3' | ||
__version__ = '0.9.0' | ||
|
||
|
||
__all__ = ( | ||
'keras_galaxy_models', | ||
'feature_selectors', | ||
'preprocessors', | ||
'iraps_classifier', | ||
'model_validations', | ||
'binarize_target', | ||
'metrics', | ||
'model_persist' | ||
) |
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
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
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
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
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
Oops, something went wrong.