-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DL Edition] T035: SMILES based property prediction #320
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@azmtag Did you implement Paula's feedback? I could review it then. |
@@ -0,0 +1,1144 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing, I forgot: There's a review section on the top of the notebook, when finalizing, I'd remove/resolve that one as well.
But overall, a very nice and good notebook!
Talktorial review
Details
Content
conda-forge
. If you are adding new packages to the TeachOpenCADD environment, please check if already installed packages can perform the same functionality and if not leave a sentence explaining why the new addition is needed. If the new package is not onconda-forge
, please list them and their intended usage here.numpy
,pandas
,matplotlib
: Already in TeachOpenCADDpytorch 1.12.1
(conda-forge): I use it for implementing neural networksContent style
here
.DataFrames
)Code style
a_variable_name
vsaVariableName
)black-nb -l 99
)for i in range(len(list))
(see slides)# NBVAL_CHECK_OUTPUT
import ...
lines are at the top (practice part) cell, ordered by standard library / 3rd party packages / our own (teachopencadd.*
)Website
We present our talktorials on our TeachOpenCADD website (https://projects.volkamerlab.org/teachopencadd/), so we have to check as well if the Jupyter notebook renders nicely there.
nblink
file by runningpython generate_nblinks.py
from within the directoryteachopencadd/docs/talktorials
.