-
Notifications
You must be signed in to change notification settings - Fork 47
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
Unable to achieve high recall and high precision for the bigger datasets #15
Comments
Hi, you can find an example of how to optimize the performance for the Dirty ER movies dataset here: https://github.com/scify/JedAIToolkit/blob/mavenizedVersion/jedai-core/src/test/java/org/scify/jedai/configuration/OptimizeDirtyMoviesDataset.java . Just make sure you unzip the profiles in the data folder. Kind regards, |
Hi George,
It found 3 different best F-Measure and ends with an exception. |
Hello,
In the entity matching step I'm trying to combine different bag models with similarity measures for the dirty dataset "movies" in the data folder.
Unfortunately I'm unable to get high recall and high precision, could you give a good "recipe" to get good results for that dataset?
Thank you
The text was updated successfully, but these errors were encountered: