Yunseong Lee

Results 21 issues of Yunseong Lee

The dataset in our Eurosys evaluation was synthetic, generated by a script included in Petuum. The synthetic dataset was helpful to understand basic trend as we can easily change the...

cruise-ps
algorithms

Dolphin has not considered much about fault tolerance. To handle the failed Task/Contexts, we need to 1) clarify that which states must be maintained, and 2) create a checkpoint mechanism...

cruise-ps

We can use HTrace for performance profiling, especially for finding the source of bottleneck. This issue aims at applying HTrace on Dolphin, to the points we're interested with.

cruise-ps

For now, the App does not use "EM" and the computation time at Trainer is fixed over iteration. We can extend the application, so that the computation and communication time...

cruise-ps

In #535, we're planning to shutdown the entire job when an Exception occurs at Evaluator-side. We concluded to take this approach for making tests and development easier, but we should...

cruise-ps

In MLRWorker's constructor, there are a lot of parameters for algorithms, but comments are missing. Though the named parameters have their `doc` (written by @jsjason), it'd be great to see...

cruise-ps
beginner

Overall codebase in Cay actively throws `RuntimeException`. It is useful for debug as the job fail fast if bugs exist, but sometimes we need to figure out which Exception was...

Common

We've run experiments by using same LR algorithm with URL reputation dataset on multiple frameworks: Dolphin, Vortex. As @beomyeol mentioned at the meeting, we've seen some performance issues such as...

cruise-ps

This is part of #265. As described above link, LR algorithm does not seem to provide enough accuracy. We need to verify that the accuracy increases to a reasonable degree...

cruise-ps

This is part of #265 @gyeongin and @beomyeol reported that Vector computation in Dolphin was too slow. First thing we can try is replacing vector library rather than using Mahout's....

cruise-ps