ShaynAli / Aipen

Evolutionary engine for easier hyper-parameter optimization of AI and ML models.
3 stars 2 forks source link

Initial visualization module #10

Open ShaynAli opened 6 years ago

ShaynAli commented 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.

rsharma1996 commented 5 years ago

Scatter plot, 3D, Line Plot @rsharma1996 @bcdicicco

rsharma1996 commented 5 years ago

Weather forecasting; Data comes from Model.learn numpy arrays Problem, generated from the models Dummy data

ShaynAli commented 5 years ago

Some package options: matplotlib, Altair

rsharma1996 commented 5 years ago

Link https://altair-viz.github.io/

ShaynAli commented 5 years ago

A data science blog post with some good info.