Enrico Palumbo
Enrico Palumbo
Distribute the computation of the property-specific embeddings on different workers
I've tried the genetic algorithm to automatically configure Duke and I've obtained a genetic_config.xml file, in the passive learning mode, since I have a gold standard. What happens though when...
Hi, I'm trying to run node2vec using the Spark implementation on a large graph (~2.8M nodes, ~41M edges, 4.1GB file), this is the command that I'm running: ./spark-submit --class com.navercorp.Main...
Is there a problem with using an edgelist with strings instead of integers? I've made a couple of tests, using an edgelist such as: a b 0.2 a c 0.1...
Hello, I was hoping to reuse the model selection routines of the Scikitlearn API (grid search CV and the like), but it appears that neither HMM nor the StructuredPerceptron are...