pipboard icon indicating copy to clipboard operation
pipboard copied to clipboard

feature: dataset visualization

Open yorkie opened this issue 5 years ago • 6 comments

To improve the readability of datasets, it's good to add dataset visualization like Facets.

dependencies

Pipcook SDK must support an API to fetch the dataset, in rows or chunks?

supported task in v2.1

  • [ ] image/text classification

yorkie avatar Sep 07 '20 11:09 yorkie

@risenW @steveoni does dnotebook support to be integrated into other projects like Pipboard for some data debugging?

/cc @SirM2z @WenheLI

yorkie avatar Dec 29 '20 04:12 yorkie

@risenW @steveoni does dnotebook support to be integrated into other projects like Pipboard for some data debugging?

/cc @SirM2z @WenheLI

By integration do you mean importing and using Pipboard library in dnotebook?

risenW avatar Dec 29 '20 09:12 risenW

@risenW See https://pipboard.imgcook.com. The Pipboard is a web app for using Pipcook on a browser, and we hope the users are able to have dataset visualization, and that's so great if the users could use dnotebook's interactive programming :)

yorkie avatar Dec 29 '20 10:12 yorkie

Shall we use dnotebook in library? BTW, I found another interesting project: https://github.com/opensource9ja/dnotebook-react, it actually looks what I'm looking for, one more question, what's the relationship between them?

yorkie avatar Dec 29 '20 10:12 yorkie

Shall we use dnotebook in library? BTW, I found another interesting project: https://github.com/opensource9ja/dnotebook-react, it actually looks what I'm looking for, one more question, what's the relationship between them?

Dnotebook can be used for interactive programming. And this project: https://github.com/opensource9ja/dnotebook-react aims to re-build Dnotebook using react. Hence it is the same with the former, just that with react the implementation is easier and avoids too much hacking

steveoni avatar Dec 29 '20 20:12 steveoni

dnotebook-react seems to be great to me :)

yorkie avatar Dec 30 '20 16:12 yorkie