-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix docstring format & pytest * trying different dir name * change dir names * fix dir names to match repo name for poetry * fix test file name * fix test file name * fix github actions file name * add pytest cov * add pytest cov * add dummy test * update env file and add sphinx to .toml * add myst_nb to poetry * add autoapi to poetry * just adding all poetry stuff from indv assignment
- Loading branch information
1 parent
dd48a08
commit 185362c
Showing
13 changed files
with
3,273 additions
and
427 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: 'fml' | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.10 | ||
- pip | ||
- ipykernel | ||
- nb_conda_kernels | ||
- scipy | ||
- matplotlib>=3.2.2 | ||
- scikit-learn | ||
- requests>=2.24.0 | ||
- graphviz | ||
- python-graphviz | ||
- eli5 | ||
- jinja2 | ||
- nltk | ||
- imbalanced-learn | ||
- quarto=1.5.57 | ||
- sphinx | ||
- sphinx-rtd-theme | ||
- sphinx-autodoc-typehints | ||
- pip: | ||
- mglearn | ||
- spacymoji |
Oops, something went wrong.