-
Notifications
You must be signed in to change notification settings - Fork 9
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 #143 from BenKaehler/run-time-analysis
Run time analysis
- Loading branch information
Showing
5 changed files
with
742 additions
and
1,491 deletions.
There are no files selected for viewing
1,872 changes: 563 additions & 1,309 deletions
1,872
ipynb/mock-community/evaluate-classification-accuracy-nb-extra.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
.../taxonomy-assignment-q2-nb-commands.ipynb → ...xonomy-assignment-nb-extra-commands.ipynb
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
packages=find_packages(), | ||
install_requires=['biom-format', 'pandas', 'statsmodels', 'bokeh', | ||
'scipy', 'jupyter', 'scikit-bio', 'seaborn', | ||
'scikit-learn'], | ||
'scikit-learn', 'joblib'], | ||
author="Nicholas Bokulich", | ||
author_email="[email protected]", | ||
description="Systematic benchmarking of taxonomic classification methods", | ||
|