Michael Röder

Results 132 comments of Michael Röder

1. You add an additional step to your training that tries to evaluate your topics based on big statistics that it has to gather. So it is expected that it...

Thanks for clarifying your setup. Your assumption is not correct. You start the web service only once at the very beginning of your program (at least I assume that). The...

Yes, I can understand that. Seems like nobody has a lot of time these days :wink: You can increase the time the python client waits by setting the [timeout attribute](https://github.com/dice-group/palmetto-py/blob/master/palmettopy/palmetto.py#L22)....

Thanks for using Palmetto and pointing out this important difference. Sorry, that I can not give a direct answer right now but I hope that I will have some time...

I can confirm, that I am encountering the same problem. I couldn't replicate the results from table 8, too. I also tried to reproduce the correlation values for the NYT...

Feel free to reuse/check my correlation implementations. You can find them at https://github.com/AKSW/Palmetto/tree/master/palmetto/src/main/java/org/aksw/palmetto/evaluate/correlation

Sorry, I still couldn't figure out where the difference comes from. The implementation itself does not seem to cause the problem. I also made sure that for the examples posted...

Yes, it tried to collect the convex hulls. Unfortunately, the service got stuck during that and I had to restart it. @Perevalov feel free to start your experiment again. Please...

The workflow of getting the results of an experiment is sub-optimal. It should be like the following: 1. get experiment task results for the given experiment 2. prepare result names...

We can create an own type for that (but maybe include the dataset name into the URI)