|
|
|
|
|
by rokhayakebe
5425 days ago
|
|
You have an algorithm that can classify cars from best to worse depending on a lot of input. That is the money, not the visualization (although very cool). The best to display ranking is a numbered list. Although not super cool, that is very valuable. |
|
There is only a tradeoff between inputs, the two primary ones shown here are mileage and price, with age overlaid by color/dot size.
2D data requires visualization and human interpretation - There is no algorithm in place here. A list only works on 1 dimensional data (and can be parsed trivially with a simple sort algorithm). 3D and higher dimension data requires more complex visualization and more effort to parse.
A visualization allowing the user to make good decisions based on several inputs is a great place to find 'the money'.