Commit 908a0919 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #829 from kmckiern/dataset_prep_tutorial

Tutorial detailing the creation of a deepchem dataset from novel data
parents 7dec6843 5484e77f
Loading
Loading
Loading
Loading
+41.8 KiB

File added.

No diff preview for this file type.

+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@ conda install -y ipywidgets
conda install -y zlib
conda install -y cmake
yes | pip install gym[atari]
conda install -y -c auto pubchempy
conda install -y xlrd
conda install -y seaborn

cd examples/notebooks
nosetests --with-timer tests.py --with-xunit --xunit-file=notebook_tests.xml|| true
+4 −0
Original line number Diff line number Diff line
Creating a high fidelity DeepChem dataset from experimental data
================================================================

.. notebook:: dataset_preparation
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ them in Jupyter::
   graph_convolutional_networks_for_tox21
   mnist 
   Multitask_Networks_on_MUV 
   dataset_preparation


Contributing tutorials 
+72.6 KiB
Loading image diff...
Loading