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 e296d83 commit ec9ee2dCopy full SHA for ec9ee2d
doc/sphinx/source/ml.rst
@@ -13,6 +13,10 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
13
14
Splits a graph into holdout and remaining relationship types and adds them to the graph.
15
16
+.. py:function:: gds.alpha.ml.splitRelationships.mutate.estimate(G: Graph, **config: Any) -> Series[Any]
17
+
18
+ Splits a graph into holdout and remaining relationship types and adds them to the graph.
19
20
.. py:function:: gds.alpha.pipeline.nodeRegression.create(name: str) -> Tuple[NRTrainingPipeline, Series[Any]]
21
22
Creates a node regression training pipeline in the pipeline catalog.
0 commit comments