We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76644b8 commit 34db96aCopy full SHA for 34db96a
bluegraph/downstream/link_prediction.py
@@ -13,6 +13,10 @@
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
+"""This module is inspired by the following StellarGraph demo
17
+(licensed under Apache 2)
18
+https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/node2vec-link-prediction.html.
19
+"""
20
from .data_structures import ElementClassifier
21
22
import math
docs/source/releases/v0.1.0.rst
0 commit comments