Commit f521cf0e authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

changes

parent ad722420
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -22,25 +22,6 @@ nevertheless, deep learning systems can't simply chew up raw files.
For this reason, :code:`deepchem` provides an extensive collection of
featurization methods which we will review on this page.

Featurizer-Model Matchups
-------------------------

If you're using DeepChem in practical applications, you probably want
to use a given model on some dataset. Your first question when you try
to do this will probably be which featurizer should I use?

+------------+--------------------------+-----------+
| Model      | Acceptable Featurizers   | Header 3  |
+============+==========================+===========+
| body row 1 | column 2   | column 3  |
+------------+------------+-----------+
| body row 2 | Cells may span columns.|
+------------+------------+-----------+
| body row 3 | Cells may  | - Cells   |
+------------+ span rows. | - contain |
| body row 4 |            | - blocks. |
+------------+------------+-----------+

Featurizer
----------