-
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.
Made some slight alterations to the runtime notebooks
- Loading branch information
1 parent
6a43bc2
commit aab2c59
Showing
3 changed files
with
158 additions
and
145 deletions.
There are no files selected for viewing
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", | ||
|