uncharted-distil / distil-primitives

Distil AutoML primitives
Apache License 2.0
2 stars 1 forks source link

Vertex Nomination doesn't work for `LL1_VTXC_1343_cora_MIN_METADATA` #108

Open zeyuanxy opened 4 years ago

zeyuanxy commented 4 years ago

The pipeline consists of DistilEdgeListLoader and DistilVertexNomination

The exception trace is

  File "/src/distil-primitives/distil/primitives/vertex_nomination.py", line 91, in fit
    self._model.fit(X_train, y_train, U_train)
  File "/src/distil-primitives/distil/modeling/vertex_nomination.py", line 59, in fit
    self.best_params  = forest.best_params
AttributeError: 'bool' object has no attribute 'best_params'
BalazsHoranyi commented 4 years ago

do you have the JSON pipeline file with all the hyperparams/inputs/outputs that went into the above run?