Knowledge-Graph-Hub / neat-ml

Network Embedding All the Things
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Update to use most recent `grape` functions #99

Open caufieldjh opened 1 year ago

caufieldjh commented 1 year ago
caufieldjh commented 1 year ago

I've been trying out configs with newer grape embedding methods but keep getting

NotImplementedError: None isn't implemented yet

suggesting that I'm just providing the wrong name, but I've run out of variations to try. This should be documented anyway.

(This error is actually being thrown when the classifier model isn't recognized, though I'm just using Perceptron)