机器学习

管道目录

表 1. GDS 库中所有管道目录操作的列表。
描述 操作

检查管道是否存在

gds.pipeline.exists 过程

从内存中删除管道

gds.pipeline.drop 过程

列出管道

gds.pipeline.list 过程

模型目录

表 2. GDS 库中所有模型目录操作的列表。
描述 操作

列出模型

gds.model.list 过程

检查模型是否存在

gds.model.exists 过程

从内存中删除模型

gds.model.drop 过程

存储模型

gds.model.store 过程 企业版

加载存储的模型

gds.model.load 过程 企业版

删除存储的模型

gds.model.delete 过程 企业版

发布模型

gds.model.publish 过程 企业版

管道

Beta 阶段

表 3. GDS 库中所有 Beta 机器学习管道操作的列表。
算法名称 操作

链接预测管道

gds.beta.pipeline.linkPrediction.create 过程

gds.beta.pipeline.linkPrediction.addNodeProperty 过程

gds.beta.pipeline.linkPrediction.addFeature 过程

gds.beta.pipeline.linkPrediction.addLogisticRegression 过程

gds.beta.pipeline.linkPrediction.addRandomForest 过程

gds.beta.pipeline.linkPrediction.configureSplit 过程

gds.beta.pipeline.linkPrediction.train 过程

gds.beta.pipeline.linkPrediction.train.estimate 过程

gds.beta.pipeline.linkPrediction.predict.mutate 过程

gds.beta.pipeline.linkPrediction.predict.mutate.estimate 过程

gds.beta.pipeline.linkPrediction.predict.stream 过程

gds.beta.pipeline.linkPrediction.predict.stream.estimate 过程

节点分类管道

gds.beta.pipeline.nodeClassification.create 过程

gds.beta.pipeline.nodeClassification.addNodeProperty 过程

gds.beta.pipeline.nodeClassification.selectFeatures 过程

gds.beta.pipeline.nodeClassification.addLogisticRegression 过程

gds.beta.pipeline.nodeClassification.addRandomForest 过程

gds.beta.pipeline.nodeClassification.configureSplit 过程

gds.beta.pipeline.nodeClassification.train 过程

gds.beta.pipeline.nodeClassification.train.estimate 过程

gds.beta.pipeline.nodeClassification.predict.mutate 过程

gds.beta.pipeline.nodeClassification.predict.mutate.estimate 过程

gds.beta.pipeline.nodeClassification.predict.stream 过程

gds.beta.pipeline.nodeClassification.predict.stream.estimate 过程

gds.beta.pipeline.nodeClassification.predict.write 过程

gds.beta.pipeline.nodeClassification.predict.write.estimate 过程

Alpha 级别

表 4. GDS 库中所有 Alpha 级别机器学习管道操作的列表。
算法名称 操作

链接预测管道

gds.alpha.pipeline.linkPrediction.addMLP 过程

gds.alpha.pipeline.linkPrediction.configureAutoTuning 过程

节点分类管道

gds.alpha.pipeline.nodeClassification.addMLP 过程

gds.alpha.pipeline.nodeClassification.configureAutoTuning 过程

节点回归管道

gds.alpha.pipeline.nodeRegression.create 过程

gds.alpha.pipeline.nodeRegression.addNodeProperty 过程

gds.alpha.pipeline.nodeRegression.selectFeatures 过程

gds.alpha.pipeline.nodeRegression.configureAutoTuning 过程

gds.alpha.pipeline.nodeRegression.configureSplit 过程

gds.alpha.pipeline.nodeRegression.addLinearRegression 过程

gds.alpha.pipeline.nodeRegression.addRandomForest 过程

gds.alpha.pipeline.nodeRegression.train 过程

gds.alpha.pipeline.nodeRegression.predict.stream 过程

gds.alpha.pipeline.nodeRegression.predict.mutate 过程

节点嵌入

生产级

表 5. GDS 库中所有生产级节点嵌入算法的列表。
算法名称 操作

快速随机投影

gds.fastRP.mutate 过程

gds.fastRP.mutate.estimate 过程

gds.fastRP.stats 过程

gds.fastRP.stats.estimate 过程

gds.fastRP.stream 过程

gds.fastRP.stream.estimate 过程

gds.fastRP.write 过程

gds.fastRP.write.estimate 过程

Beta 级别

表 6. GDS 库中所有 Beta 级别节点嵌入算法的列表。
算法名称 操作

GraphSAGE

gds.beta.graphSage.stream 过程

gds.beta.graphSage.stream.estimate 过程

gds.beta.graphSage.mutate 过程

gds.beta.graphSage.mutate.estimate 过程

gds.beta.graphSage.write 过程

gds.beta.graphSage.write.estimate 过程

gds.beta.graphSage.train 过程

gds.beta.graphSage.train.estimate 过程

HashGNN

gds.hashgnn.mutate 过程

gds.hashgnn.mutate.estimate 过程

gds.hashgnn.stream 过程

gds.hashgnn.stream.estimate 过程

Node2Vec

gds.node2vec.mutate 过程

gds.node2vec.mutate.estimate 过程

gds.node2vec.stream 过程

gds.node2vec.stream.estimate 过程

gds.node2vec.write 过程

gds.node2vec.write.estimate 过程