neurodata / primitives-interfaces

A mirror of D3M's primitives-interfaces
Apache License 2.0
1 stars 4 forks source link

submit working primitives/pipelines to v2020.1.9 #64

Closed bvarjavand closed 4 years ago

bvarjavand commented 4 years ago

current working: load_graphs, lcc, ase, gclass, gclust

bvarjavand commented 4 years ago

💪 flexed on em 💪

alyakin314 commented 4 years ago

@bvarjavand please don't turn this into a circus.

current working pipelines: "vertexClassification": [ "gclass_ase_pipeline", "gclass_lse_pipeline", "communityDetection": [ "gmm_ase_pipeline", "gmm_lse_pipeline", ], "linkPrediction": [ "link_pred_pipeline", ].

try doing #72 and maybe #73 and then re-submit.

alyakin314 commented 4 years ago

status quo of pipelines:

PIPELINES = {
            "graphMatching": [
                "sgm_pipeline",
            #     "sgm_pipeline_10"
                ],
            "vertexClassification": [
                "gclass_ase_pipeline",
                "gclass_lse_pipeline",
            #     "gclass_oosase_pipeline",
            #     "gclass_ooslse_pipeline",
            #     "sgc_pipeline"
                ],
            "communityDetection": [
                "gmm_ase_pipeline",
                "gmm_lse_pipeline",
            #     "gmm_oosase_pipeline",
            #     "gmm_ooslse_pipeline"
            #     "sgc_pipeline"
                ],
            "linkPrediction": [
                "link_pred_pipeline",
                ],
             }

merged into d3m.