neo4j-graph-analytics / ml-models

Machine Learning Procedures and Functions for Neo4j
https://github.com/neo4j-graph-analytics/ml-models/releases/tag/1.0.0
Apache License 2.0
64 stars 23 forks source link

Maven fails to compile #17

Open akastrin opened 4 years ago

akastrin commented 4 years ago

When compiling the library from source I get the following three errors:

Failed tests:   shouldOnlyKeepFeaturesThatAddSomethingUnique(embedding.PruningTest): expected:<[9.0000, (..)
  pruneEmbeddingsAndFeatures(embedding.PruningTest): arrays first differed at element [3]; expected:<MEAN_OUT_NEIGHBOURHOOD> but was:<MEAN_BOTH_NEIGHBOURHOOD>
  makeModel(regression.LogisticTest): unable to read csv file for test data

I was able to solve the last error myself. Any idea about the first two errors? Seems that's the reason why the embedding features don't work...

Thanks, Andrej