Open ShaynAli opened 6 years ago
Write some basic visualization processes using an appropriate third party library. Should be as decoupled from third party library as possible so we can switch to another if needed.
Scatter plot, 3D, Line Plot @rsharma1996 @bcdicicco
Weather forecasting; Data comes from Model.learn numpy arrays Problem, generated from the models Dummy data
Some package options: matplotlib, Altair
Link https://altair-viz.github.io/
A data science blog post with some good info.
Write some basic visualization processes using an appropriate third party library. Should be as decoupled from third party library as possible so we can switch to another if needed.