Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertex Nomination doesn't work for LL1_VTXC_1343_cora_MIN_METADATA #108

Open
zeyuanxy opened this issue Feb 4, 2020 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@zeyuanxy
Copy link

zeyuanxy commented Feb 4, 2020

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
Copy link
Collaborator

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

@cdbethune cdbethune added the bug Something isn't working label Apr 21, 2020
@cdbethune cdbethune self-assigned this May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants