Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# ignore notebook checkpoints
*.ipynb_checkpoints/
*.ipynb_checkpoints/
submission.csv
__pycache__/
*.pyc
.vscode/

# environments
.env
.venv
env/
venv/
ENV/

# editor junk
.ropeproject
.idea/
.spyderproject
.spyproject
# Mac .DS_Store
.DS_Store
5 changes: 3 additions & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ dependencies:
- jupyterlab
- numpy
- lightgbm
- tqdm
- fsspec
- huggingface_hub
- datasets
- pip:
- git+https://github.com/PatWalters/useful_rdkit_utils.git@master
- git+https://github.com/PatWalters/useful_rdkit_utils.git@master
1,016 changes: 605 additions & 411 deletions expansion_tutorial.ipynb

Large diffs are not rendered by default.