Commit 6f257639 authored by VIGNESHinZONE's avatar VIGNESHinZONE
Browse files

adding jekyll docs

parent 42361c2e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -132,6 +132,9 @@ read off what's needed to train the model from the table below.
| :code:`AttentiveFPModel`               | Classifier/| :code:`GraphData`    |                        | :code:`MolGraphConvFeaturizer`                                 | :code:`fit`          |
|                                        | Regressor  |                      |                        |                                                                |                      |
+----------------------------------------+------------+----------------------+------------------------+----------------------------------------------------------------+----------------------+
| :code:`PagtnModel`                     | Classifier/| :code:`GraphData`    |                        | :code:`PagtnMolGraphFeaturizer`                                | :code:`fit`          |
|                                        | Regressor  |                      |                        | :code:`MolGraphConvFeaturizer`                                 |                      |
+----------------------------------------+------------+----------------------+------------------------+----------------------------------------------------------------+----------------------+
| :code:`LCCNModel`                      | Regressor  | :code:`GraphData`    |                        | :code:`LCNNFeaturizer`                                         | :code:`fit`          |
|                                        |            |                      |                        |                                                                |                      |
+----------------------------------------+------------+----------------------+------------------------+----------------------------------------------------------------+----------------------+
@@ -481,6 +484,12 @@ AttentiveFPModel
.. autoclass:: deepchem.models.AttentiveFPModel
  :members:

PagtnModel
----------------

.. autoclass:: deepchem.models.PagtnModel
  :members:

MPNNModel
---------