rust-ml / discussion

A space to discuss the future of the ML ecosystem in Rust.
108 stars 3 forks source link

[data-viz] What do we want to build ? #4

Open davidB opened 5 years ago

davidB commented 5 years ago

Data visualization (data-viz) is used for exploration, explanation, illustration, ...

This a place to discuss:

kazimuth commented 5 years ago

possibly relevant: https://github.com/nannou-org/nannou for interactive simulations. don't think it would take much work to e.g. plug in ndarray over there.

aeroaks commented 5 years ago

Hi All, I would like to express my thoughts which I have for the data-viz topic. I come from python and have used visualisations in matplotlib (static images), bokeh/plotly (web-based), pyqtgraph (qt-based desktop gui). What I observe are the following points:

Do people have some example. I know two examples like plotlib, Gust, Plotter. I would really like to have something like Vega, Matplotlib as the go to crate within rust in the future.

I am really excited to work on this.

davidB commented 5 years ago

Hi All,

This the current list of what I found:

my own unpublished (very wip / experimental) crates evcxr_displayers, target to display data

I'll try to publish a crate asap to collect feedback,... (in this context I made a PR to generate friendlier builder for vega-lite API via derive_builder, should be part of next release)