You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm currently try to run the experiment to reproduce josie results, I followed the steps mentioned in README.md file and downloaded all related github projects.
when I try to run: make sample_cost_canada_us_uk
I get the following error:
Apparently there has been an update to the lshensemble project, I tried to look for this function but only found 2 other functions holding a similar name BootstrapLshEnsemblePlusOptimal and BootstrapLshEnsemblePlusEquiDepth I'm not sure which one to use ?
Edit:
I tried to use lshensemble v1.0.0 instead and it gives the following errors:
go install ./...
# github.com/ekzhu/josie
./lshensemble.go:57:22: undefined: lshensemble.BytesToSig
./lshensemble.go:61:41: cannot use id (type int64) as type string in field value
./lshensemble.go:94:24: invalid operation: ID == query.ID (mismatched types string and int64)
./lshensemble.go:97:17: invalid type assertion: ID.(int64) (non-interface type string on left)
./lshensemble.go:167:12: invalid type assertion: id.(int64) (non-interface type string on left)
./tokentable.go:154:30: cannot use MinhashSeed (type int64) as type int in argument to lshensemble.NewMinhash
./tokentable.go:222:30: cannot use MinhashSeed (type int64) as type int in argument to lshensemble.NewMinhash
make: *** [build] Error 2
The text was updated successfully, but these errors were encountered:
Hello!
I'm currently try to run the experiment to reproduce josie results, I followed the steps mentioned in README.md file and downloaded all related github projects.
when I try to run:
make sample_cost_canada_us_uk
I get the following error:
Apparently there has been an update to the lshensemble project, I tried to look for this function but only found 2 other functions holding a similar name BootstrapLshEnsemblePlusOptimal and BootstrapLshEnsemblePlusEquiDepth I'm not sure which one to use ?
Edit:
I tried to use lshensemble v1.0.0 instead and it gives the following errors:
The text was updated successfully, but these errors were encountered: