Kashif-Rabbani / SketchMLFlink

SketchML approach implemented in Apache Flink as a project for BDAPRO course.
2 stars 0 forks source link

i want to know more about this project #1

Open MiaoJW opened 5 years ago

MiaoJW commented 5 years ago

is it a code for this paper named SketchML: Accelerating Distributed Machine Learning with Data Sketches?or is it have any relationship with that paper? if the answer is no, i want to know what can i do with your code, thanks

tuterbatuhan commented 5 years ago

This is a prototype implementation of the mentioned paper on Apache Flink. Please refer to this documentation for a detailed explanation of our project. SketchML_FlinkDS_Tuter_Caparros_Rabbani.pdf

MiaoJW commented 5 years ago

thanks for your replying, i have read your paper, it is wonderful, i want to try. when i try to open the project in the idea,but i meet something wrong, i want to know how to make SketchML as a library add into the project like you said in paper,thanks Snipaste_2019-04-13_20-30-38

Kashif-Rabbani commented 5 years ago

Hello Dear, In order to add SketchML as a library, you need to configure the original SketchML project https://github.com/ccchengff/SketchML and create a jar file. Once created, now you can put this jar in the project directory and right-click-> Add as a library.

MiaoJW commented 5 years ago

Sorry for so late to replying you, at the same time, thanks for your help very much. I will try to repeat it.