Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Jul 14, 2021
1 parent d8d26ab commit 7b2734f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flash/graph/classification/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def forward(self, data):


class GraphClassifier(ClassificationTask):
"""Task that classifies graphs.
Some documentation https://1176-333857397-gh.circle-artifacts.com/0/html/custom_task.html
"""The ``GraphClassifier`` is a :class:`~flash.Task` for classifying graphs. For more details, see
:ref:`graph_classification`.
Args:
num_features: Number of columns in table (not including target column).
Expand Down

0 comments on commit 7b2734f

Please sign in to comment.